Categories |
CategoriesNet Logging Application Layer Libs SLF4J |
---|---|
GroupId | GroupIdnet.rumati.logging |
ArtifactId | ArtifactIdmuffero-slf4j15 |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
muffero-slf4j15-0.1.2.pom | |
muffero-slf4j15-0.1.2.jar | 6 KB |
muffero-slf4j15-0.1.2-sources.jar | 3 KB |
muffero-slf4j15-0.1.2-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>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.rumati.logging/muffero-slf4j15/
implementation 'net.rumati.logging:muffero-slf4j15:0.1.2'
// https://jarcasting.com/artifacts/net.rumati.logging/muffero-slf4j15/
implementation ("net.rumati.logging:muffero-slf4j15:0.1.2")
'net.rumati.logging:muffero-slf4j15:jar:0.1.2'
<dependency org="net.rumati.logging" name="muffero-slf4j15" rev="0.1.2">
<artifact name="muffero-slf4j15" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rumati.logging', module='muffero-slf4j15', version='0.1.2')
)
libraryDependencies += "net.rumati.logging" % "muffero-slf4j15" % "0.1.2"
[net.rumati.logging/muffero-slf4j15 "0.1.2"]