| 组织ID: |
org.apache.servicemix.bundles |
| 项目ID: |
org.apache.servicemix.bundles.javax-inject |
| 版本: |
1_2 |
| 最后修改时间: |
2018-07-26 21:47:59 |
| 包类型: |
jar |
| 标题: |
Apache ServiceMix :: Bundles :: ${pkgArtifactId} |
| 描述: |
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. |
| 大小: |
10.62KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.javax-inject</artifactId>
<version>1_2</version>
</dependency>
|
| Gradle引入代码: |
org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:1_2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>bundles-pom</artifactId>
<groupId>org.apache.servicemix.bundles</groupId>
<version>8</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.javax-inject</artifactId>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<version>1_2</version>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.javax-inject-1_2</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.javax-inject-1_2</developerConnection>
<url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.javax-inject-1_2</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<includes>
<include>${pkgGroupId}:${pkgArtifactId}</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
<excludes>
<exclude>**</exclude>
</excludes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<createDependencyReducedPom>true</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<properties>
<pkgVersion>1</pkgVersion>
<servicemix.osgi.export.pkg>javax.inject*;-split-package:=merge-first;version="${pkgVersion}",</servicemix.osgi.export.pkg>
<pkgArtifactId>javax.inject</pkgArtifactId>
<servicemix.osgi.private.pkg>META-INF;-split-package:=merge-first,
META-INF.services;-split-package:=merge-first
META-INF.maven.org.apache.servicemix.bundles*;-split-package:=merge-first</servicemix.osgi.private.pkg>
<pkgGroupId>javax.inject</pkgGroupId>
</properties>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/pom.properties
META-INF/maven/org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/pom.xml
OSGI-INF/bundle.info
javax.inject.Inject.class
javax.inject.Named.class
javax.inject.Provider.class
javax.inject.Qualifier.class
javax.inject.Scope.class
javax.inject.Singleton.class
|
| 依赖Jar: |
无
|