Download pax-url-commons-2.5.3.jar file

Introduction

You can download pax-url-commons-2.5.3.jar in this page.

License

Apache Open Source

Type List

pax-url-commons-2.5.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.ops4j.pax.url/pax-url-commons/pom.properties
META-INF/maven/org.ops4j.pax.url/pax-url-commons/pom.xml
org.ops4j.pax.url.commons.handler.ConnectionFactory.class
org.ops4j.pax.url.commons.handler.HandlerActivator.class
org.ops4j.pax.url.commons.handler.OptionalConfigAdminHelper.class

Pom

pax-url-commons-2.5.3.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.5.3</version>
    <relativePath>../pom.xml</relativePath>
  </parent>

  <groupId>org.ops4j.pax.url</groupId>
  <artifactId>pax-url-commons</artifactId>
  <packaging>bundle</packaging>

  <name>OPS4J Pax Url - Commons</name>
  <description>
    OPS4J Pax Shared - Shared classes between protocol handlers.
  </description>

  <properties>
    <bundle.symbolicName>org.ops4j.pax.url.commons</bundle.symbolicName>
    <bundle.namespace>org.ops4j.pax.url.commons</bundle.namespace>
  </properties>


  <dependencies>

    <dependency>
      <groupId>org.ops4j.base</groupId>
      <artifactId>ops4j-base-lang</artifactId>
    </dependency>
    <dependency>
      <groupId>org.ops4j.pax.swissbox</groupId>
      <artifactId>pax-swissbox-property</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>

    <!-- Provided dependencies (not transitive) -->
    <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>

  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
      </plugin>
    </plugins>
  </build>

</project>

POM Entry

<dependency>
   <groupId>org.ops4j.pax.url</groupId>
   <artifactId>pax-url-commons</artifactId>
   <version>2.5.3</version>
</dependency>

Download

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



Download pax-url-commons-2.5.3.jar file




PreviousNext

Related