Categories |
CategoriesNet Logging Application Layer Libs SLF4J |
---|---|
GroupId | GroupIdnet.rumati.logging |
ArtifactId | ArtifactIdmuffero-slf4j15 |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
muffero-slf4j15-2.0.0.pom | |
muffero-slf4j15-2.0.0.jar | 6 KB |
muffero-slf4j15-2.0.0-sources.jar | 3 KB |
muffero-slf4j15-2.0.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.rumati.logging/muffero-slf4j15/ -->
<dependency>
<groupId>net.rumati.logging</groupId>
<artifactId>muffero-slf4j15</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.rumati.logging/muffero-slf4j15/
implementation 'net.rumati.logging:muffero-slf4j15:2.0.0'
// https://jarcasting.com/artifacts/net.rumati.logging/muffero-slf4j15/
implementation ("net.rumati.logging:muffero-slf4j15:2.0.0")
'net.rumati.logging:muffero-slf4j15:jar:2.0.0'
<dependency org="net.rumati.logging" name="muffero-slf4j15" rev="2.0.0">
<artifact name="muffero-slf4j15" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rumati.logging', module='muffero-slf4j15', version='2.0.0')
)
libraryDependencies += "net.rumati.logging" % "muffero-slf4j15" % "2.0.0"
[net.rumati.logging/muffero-slf4j15 "2.0.0"]