Download pax-url-wrap-2.4.5.jar file

Introduction

You can download pax-url-wrap-2.4.5.jar in this page.

License

Apache Open Source

Type List

pax-url-wrap-2.4.5.jar file has the following types.

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.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

Pom

pax-url-wrap-2.4.5.pom file content.

<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.4.5</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>

POM Entry

<dependency>
   <groupId>org.ops4j.pax.url</groupId>
   <artifactId>pax-url-wrap</artifactId>
   <version>2.4.5</version>
</dependency>

Download

If you think the following pax-url-wrap-2.4.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download pax-url-wrap-2.4.5.jar file




PreviousNext

Related