| Group ID: |
org.ops4j.pax.url |
| Artifact ID: |
pax-url-cache |
| Version: |
1.2.7 |
| Last modified: |
19.06.2011 23:08 |
| Packaging: |
jar |
| Name: |
OPS4J Pax Url - cache: |
| Description: |
OPS4J Pax Url - cache: protocol handler.
Detailed information to be found at ?. |
|
|
| Size: |
57.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/ops4j/pax/url/pax-url-cache/1.2.7/pax-url-cache-1.2.7-jdk14.jar |
| POM: |
Show
hide
<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>1.2.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-cache</artifactId>
<version>1.2.7</version>
<packaging>bundle</packaging>
<name>OPS4J Pax Url - cache:</name>
<description>
OPS4J Pax Url - cache: protocol handler.
Detailed information to be found at ?.
</description>
<properties>
<bundle.symbolicName>org.ops4j.pax.url.cache</bundle.symbolicName>
<bundle.namespace>org.ops4j.pax.url.cache</bundle.namespace>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<!-- Embeded dependencies (not transitive) -->
<dependency>
<groupId>org.ops4j.base</groupId>
<artifactId>ops4j-base-lang</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.ops4j.base</groupId>
<artifactId>ops4j-base-io</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.ops4j.base</groupId>
<artifactId>ops4j-base-util-property</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-optional-jcl</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-commons</artifactId>
<version>1.2.7</version>
<scope>compile</scope>
<optional>true</optional>
</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>
</project>
|
| Maven: |
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-cache</artifactId>
<version>1.2.7</version>
<classifier>jdk14</classifier>
</dependency>
|
| Gradle: |
org.ops4j.pax.url:pax-url-cache:1.2.7:jdk14 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|