License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdorg.slf4j |
ArtifactId | ArtifactIdosgi-over-slf4j |
Last Version | Last Version2.0.0-alpha7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOSGi LogService implemented over SLF4J
OSGi LogService implementation over SLF4J
|
Project URL |
Project URL |
Project Organization |
Project OrganizationQOS.ch |
<!-- https://jarcasting.com/artifacts/org.slf4j/osgi-over-slf4j/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>osgi-over-slf4j</artifactId>
<version>2.0.0-alpha7</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/osgi-over-slf4j/
implementation 'org.slf4j:osgi-over-slf4j:2.0.0-alpha7'
// https://jarcasting.com/artifacts/org.slf4j/osgi-over-slf4j/
implementation ("org.slf4j:osgi-over-slf4j:2.0.0-alpha7")
'org.slf4j:osgi-over-slf4j:jar:2.0.0-alpha7'
<dependency org="org.slf4j" name="osgi-over-slf4j" rev="2.0.0-alpha7">
<artifact name="osgi-over-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='osgi-over-slf4j', version='2.0.0-alpha7')
)
libraryDependencies += "org.slf4j" % "osgi-over-slf4j" % "2.0.0-alpha7"
[org.slf4j/osgi-over-slf4j "2.0.0-alpha7"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.2.0 |
org.osgi : org.osgi.enterprise | jar | 4.2.0 |
org.slf4j : slf4j-simple | jar | 2.0.0-alpha7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |