组织ID: |
org.ops4j.pax.url |
项目ID: |
pax-url-wrap |
版本: |
2.5.4 |
最后修改时间: |
2018-08-09 15:29:03 |
包类型: |
jar |
标题: |
OPS4J Pax Url - wrap: |
描述: |
OPS4J Pax Url - wrap: protocol handler.
|
大小: |
11.51KB |
|
Maven引入代码: |
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-wrap</artifactId>
<version>2.5.4</version>
</dependency>
|
Gradle引入代码: |
org.ops4j.pax.url:pax-url-wrap:2.5.4
|
下载Jar包: |
|
POM文件内容: |
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>url</artifactId>
<version>2.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-wrap</artifactId>
<packaging>bundle</packaging>
<name>OPS4J Pax Url - wrap:</name>
<description>
OPS4J Pax Url - wrap: protocol handler.
</description>
<properties>
<bundle.symbolicName>org.ops4j.pax.url.wrap</bundle.symbolicName>
<bundle.namespace>org.ops4j.pax.url.wrap</bundle.namespace>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<id>uber</id>
<goals>
<goal>bundle</goal>
</goals>
<configuration>
<classifier>uber</classifier>
<instructions>
<_include>-osgi-uber.bnd</_include>
</instructions>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.ops4j.base</groupId>
<artifactId>ops4j-base-net</artifactId>
</dependency>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-bnd</artifactId>
</dependency>
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-commons</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Provided dependencies -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.base</groupId>
<artifactId>ops4j-base-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.ops4j.pax.url/pax-url-wrap/pom.properties
META-INF/maven/org.ops4j.pax.url/pax-url-wrap/pom.xml
OSGI-INF/metatype/metatype.properties
OSGI-INF/metatype/metatype.xml
org.ops4j.pax.url.wrap.Handler.class
org.ops4j.pax.url.wrap.ServiceConstants.class
org.ops4j.pax.url.wrap.internal.Activator$1.class
org.ops4j.pax.url.wrap.internal.Activator.class
org.ops4j.pax.url.wrap.internal.Configuration.class
org.ops4j.pax.url.wrap.internal.ConfigurationImpl.class
org.ops4j.pax.url.wrap.internal.Connection.class
org.ops4j.pax.url.wrap.internal.Parser.class
|
依赖Jar: |
pax-url-commons-${project.version}.jar
/org.ops4j.pax.url/pax-url-commons/${project.version}
查看pax-url-commons所有版本文件
|