d

de.mnl.osgi.lf4osgi

Logging Facade for OSGi Logging
https://github.com/mnlipp/de.mnl.osgi
Apache-2.0
Michael N. Lipp
文件下载
文件名 操作
de.mnl.osgi.lf4osgi-2.2.0.jar 下载
de.mnl.osgi.lf4osgi-2.2.0.pom 下载
de.mnl.osgi.lf4osgi-2.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.mnl.osgi</groupId>
  <artifactId>de.mnl.osgi.lf4osgi</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'de.mnl.osgi:de.mnl.osgi.lf4osgi:2.2.0'
Gradle Kotlin
implementation("de.mnl.osgi:de.mnl.osgi.lf4osgi:2.2.0")
Scala SBT
libraryDependencies += "de.mnl.osgi" % "de.mnl.osgi.lf4osgi" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='de.mnl.osgi', module='de.mnl.osgi.lf4osgi', version='2.2.0')
)
Apache Ivy
<dependency org="de.mnl.osgi" name="de.mnl.osgi.lf4osgi" rev="2.2.0" />
Leiningen
[de.mnl.osgi/de.mnl.osgi.lf4osgi "2.2.0"]
Apache Buildr
'de.mnl.osgi:de.mnl.osgi.lf4osgi:jar:2.2.0'