Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdde.mnl.osgi |
ArtifactId | ArtifactIdde.mnl.osgi.slf4j2osgi |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.mnl.osgi/de.mnl.osgi.slf4j2osgi/ -->
<dependency>
<groupId>de.mnl.osgi</groupId>
<artifactId>de.mnl.osgi.slf4j2osgi</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.mnl.osgi/de.mnl.osgi.slf4j2osgi/
implementation 'de.mnl.osgi:de.mnl.osgi.slf4j2osgi:1.1.0'
// https://jarcasting.com/artifacts/de.mnl.osgi/de.mnl.osgi.slf4j2osgi/
implementation ("de.mnl.osgi:de.mnl.osgi.slf4j2osgi:1.1.0")
'de.mnl.osgi:de.mnl.osgi.slf4j2osgi:jar:1.1.0'
<dependency org="de.mnl.osgi" name="de.mnl.osgi.slf4j2osgi" rev="1.1.0">
<artifact name="de.mnl.osgi.slf4j2osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mnl.osgi', module='de.mnl.osgi.slf4j2osgi', version='1.1.0')
)
libraryDependencies += "de.mnl.osgi" % "de.mnl.osgi.slf4j2osgi" % "1.1.0"
[de.mnl.osgi/de.mnl.osgi.slf4j2osgi "1.1.0"]