osgi-over-slf4j

osgi-over-slf4j

OSGi LogService implementation over SLF4J
http://www.slf4j.org
Files download
File Operation
osgi-over-slf4j-1.7.5.jar download
osgi-over-slf4j-1.7.5.pom download
osgi-over-slf4j-1.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.slf4j</groupId>
  <artifactId>osgi-over-slf4j</artifactId>
  <version>1.7.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.slf4j:osgi-over-slf4j:1.7.5'
Gradle Kotlin
implementation("org.slf4j:osgi-over-slf4j:1.7.5")
Scala SBT
libraryDependencies += "org.slf4j" % "osgi-over-slf4j" % "1.7.5"
Groovy Grape
@Grapes(
  @Grab(group='org.slf4j', module='osgi-over-slf4j', version='1.7.5')
)
Apache Ivy
<dependency org="org.slf4j" name="osgi-over-slf4j" rev="1.7.5" />
Leiningen
[org.slf4j/osgi-over-slf4j "1.7.5"]
Apache Buildr
'org.slf4j:osgi-over-slf4j:jar:1.7.5'