| 组织ID: |
de.mnl.osgi |
| 项目ID: |
de.mnl.osgi.coreutils |
| 版本: |
1.0.3 |
| 最后修改时间: |
2019-12-03 03:05:04 |
| 包类型: |
jar |
| 标题: |
de.mnl.osgi.coreutils |
| 描述: |
Utility classes for OSGi (Core) |
| 相关URL: |
https://github.com/mnlipp/de.mnl.osgi |
| 大小: |
26.23KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>de.mnl.osgi</groupId>
<artifactId>de.mnl.osgi.coreutils</artifactId>
<version>1.0.3</version>
</dependency>
|
| Gradle引入代码: |
de.mnl.osgi:de.mnl.osgi.coreutils:1.0.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>de.mnl.osgi</groupId>
<artifactId>de.mnl.osgi.coreutils</artifactId>
<version>1.0.3</version>
<name>de.mnl.osgi.coreutils</name>
<description>Utility classes for OSGi (Core)</description>
<url>https://github.com/mnlipp/de.mnl.osgi</url>
<scm>
<url>scm:git@github.com:mnlipp/de.mnl.osgi.git</url>
<connection>scm:git@github.com:mnlipp/de.mnl.osgi.git</connection>
<developerConnection>git@github.com:mnlipp/de.mnl.osgi.git</developerConnection>
</scm>
<developers>
<developer>
<id>mnlipp</id>
<name>Michael N. Lipp</name>
</developer>
</developers>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/de.mnl.osgi/de.mnl.osgi.coreutils/pom.properties
META-INF/maven/de.mnl.osgi/de.mnl.osgi.coreutils/pom.xml
OSGI-OPT/src/de/mnl/osgi/coreutils/ServiceCollector.java
OSGI-OPT/src/de/mnl/osgi/coreutils/ServiceResolver.java
OSGI-OPT/src/de/mnl/osgi/coreutils/package-info.java
de.mnl.osgi.coreutils.ServiceCollector$1.class
de.mnl.osgi.coreutils.ServiceCollector$2.class
de.mnl.osgi.coreutils.ServiceCollector.class
de.mnl.osgi.coreutils.ServiceResolver.class
|
| 依赖Jar: |
无
|