| 组织ID: |
de.mnl.osgi |
| 项目ID: |
de.mnl.osgi.lf4osgi |
| 版本: |
2.1.3 |
| 最后修改时间: |
2019-12-03 03:04:37 |
| 包类型: |
jar |
| 标题: |
de.mnl.osgi.lf4osgi |
| 描述: |
Logging Facade for OSGi Logging |
| 相关URL: |
https://github.com/mnlipp/de.mnl.osgi |
| 大小: |
51.76KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>de.mnl.osgi</groupId>
<artifactId>de.mnl.osgi.lf4osgi</artifactId>
<version>2.1.3</version>
</dependency>
|
| Gradle引入代码: |
de.mnl.osgi:de.mnl.osgi.lf4osgi:2.1.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.lf4osgi</artifactId>
<version>2.1.3</version>
<name>de.mnl.osgi.lf4osgi</name>
<description>Logging Facade for OSGi Logging</description>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.log</artifactId>
<version>1.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.mnl.osgi</groupId>
<artifactId>de.mnl.osgi.coreutils</artifactId>
<version>1.0.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
<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.lf4osgi/pom.properties
META-INF/maven/de.mnl.osgi/de.mnl.osgi.lf4osgi/pom.xml
OSGI-OPT/src/de/mnl/osgi/lf4osgi/Lf4OsgiLogger.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/Logger.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/LoggerFactory.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/core/AbstractLoggerFacade.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/core/BufferedEvent.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/core/BufferingLogger.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/core/BufferingLoggerFactory.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/core/DefaultLoggerGroup.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/core/FailSafeLoggerFactory.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/core/LoggerCatalogue.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/core/LoggerFacade.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/core/LoggerFacadeManager.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/core/LoggerGroup.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/core/package-info.java
OSGI-OPT/src/de/mnl/osgi/lf4osgi/package-info.java
de.mnl.osgi.lf4osgi.Lf4OsgiLogger.class
de.mnl.osgi.lf4osgi.Logger.class
de.mnl.osgi.lf4osgi.LoggerFactory.class
de.mnl.osgi.lf4osgi.core.AbstractLoggerFacade.class
de.mnl.osgi.lf4osgi.core.BufferedEvent$1.class
de.mnl.osgi.lf4osgi.core.BufferedEvent$2.class
de.mnl.osgi.lf4osgi.core.BufferedEvent$3.class
de.mnl.osgi.lf4osgi.core.BufferedEvent.class
de.mnl.osgi.lf4osgi.core.BufferingLogger.class
de.mnl.osgi.lf4osgi.core.BufferingLoggerFactory$1.class
de.mnl.osgi.lf4osgi.core.BufferingLoggerFactory.class
de.mnl.osgi.lf4osgi.core.DefaultLoggerGroup.class
de.mnl.osgi.lf4osgi.core.FailSafeLoggerFactory$1.class
de.mnl.osgi.lf4osgi.core.FailSafeLoggerFactory.class
de.mnl.osgi.lf4osgi.core.LoggerCatalogue$1.class
de.mnl.osgi.lf4osgi.core.LoggerCatalogue$ContextHelper.class
de.mnl.osgi.lf4osgi.core.LoggerCatalogue.class
de.mnl.osgi.lf4osgi.core.LoggerFacade.class
de.mnl.osgi.lf4osgi.core.LoggerFacadeManager.class
de.mnl.osgi.lf4osgi.core.LoggerGroup.class
de.mnl.osgi.lf4osgi.core.package-info.class
de.mnl.osgi.lf4osgi.package-info.class
|
| 依赖Jar: |
org.osgi.service.log-1.4.0.jar
/org.osgi/org.osgi.service.log/1.4.0
查看org.osgi.service.log所有版本文件
de.mnl.osgi.coreutils-1.0.3.jar
/de.mnl.osgi/de.mnl.osgi.coreutils/1.0.3
查看de.mnl.osgi.coreutils所有版本文件
|