组织ID: |
org.ops4j.pax.runner |
项目ID: |
pax-runner-commons |
版本: |
1.3.0 |
最后修改时间: |
2019-11-02 23:13:35 |
包类型: |
jar |
标题: |
OPS4J Pax Runner - Commons |
描述: |
Pax Runner - Common utilities shared between modules. The jar is not required to be deployed alongside the artifacts
that uses parts of it. The used parts are embeded into the artifact via maven depenency plugin + maven bundle
plugin.
See details at http://wiki.ops4j.org/confluence/x/A4A6.
|
大小: |
5.00KB |
|
Maven引入代码: |
<dependency>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-commons</artifactId>
<version>1.3.0</version>
</dependency>
|
Gradle引入代码: |
org.ops4j.pax.runner:pax-runner-commons:1.3.0
|
下载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>runner</artifactId>
<version>1.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-commons</artifactId>
<version>1.3.0</version>
<packaging>jar</packaging>
<name>OPS4J Pax Runner - Commons</name>
<description>
Pax Runner - Common utilities shared between modules. The jar is not required to be deployed alongside the artifacts
that uses parts of it. The used parts are embeded into the artifact via maven depenency plugin + maven bundle
plugin.
See details at http://wiki.ops4j.org/confluence/x/A4A6.
</description>
<properties>
<bundle.symbolicName>org.ops4j.pax.runner.commons</bundle.symbolicName>
<bundle.namespace>org.ops4j.pax.runner.commons</bundle.namespace>
</properties>
<dependencies>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-optional-jcl</artifactId>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.ops4j.pax.runner.commons.Info.class
org.ops4j.pax.runner.commons.properties.SystemPropertyUtils.class
META-INF/maven/org.ops4j.pax.runner/pax-runner-commons/pom.xml
META-INF/maven/org.ops4j.pax.runner/pax-runner-commons/pom.properties
|
依赖Jar: |
|