is not current version
Last Version 2.0.0-alpha7

org.slf4j:osgi-over-slf4j 1.7.31

OSGi LogService implementation over SLF4J

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

org.slf4j
ArtifactId

ArtifactId

osgi-over-slf4j
Version

Version

1.7.31
Type

Type

jar

Download osgi-over-slf4j 1.7.31


<!-- https://jarcasting.com/artifacts/org.slf4j/osgi-over-slf4j/ -->
<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>osgi-over-slf4j</artifactId>
    <version>1.7.31</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/osgi-over-slf4j/
implementation 'org.slf4j:osgi-over-slf4j:1.7.31'
// https://jarcasting.com/artifacts/org.slf4j/osgi-over-slf4j/
implementation ("org.slf4j:osgi-over-slf4j:1.7.31")
'org.slf4j:osgi-over-slf4j:jar:1.7.31'
<dependency org="org.slf4j" name="osgi-over-slf4j" rev="1.7.31">
  <artifact name="osgi-over-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='osgi-over-slf4j', version='1.7.31')
)
libraryDependencies += "org.slf4j" % "osgi-over-slf4j" % "1.7.31"
[org.slf4j/osgi-over-slf4j "1.7.31"]