osgi-over-slf4j

osgi-over-slf4j

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