Categories |
CategoriesNet Logging Application Layer Libs SLF4J |
---|---|
GroupId | GroupIdnet.rumati.logging |
ArtifactId | ArtifactIdmuffero-slf4j16 |
Version | Version1.0.0beta0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.rumati.logging/muffero-slf4j16/ -->
<dependency>
<groupId>net.rumati.logging</groupId>
<artifactId>muffero-slf4j16</artifactId>
<version>1.0.0beta0</version>
</dependency>
// https://jarcasting.com/artifacts/net.rumati.logging/muffero-slf4j16/
implementation 'net.rumati.logging:muffero-slf4j16:1.0.0beta0'
// https://jarcasting.com/artifacts/net.rumati.logging/muffero-slf4j16/
implementation ("net.rumati.logging:muffero-slf4j16:1.0.0beta0")
'net.rumati.logging:muffero-slf4j16:jar:1.0.0beta0'
<dependency org="net.rumati.logging" name="muffero-slf4j16" rev="1.0.0beta0">
<artifact name="muffero-slf4j16" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rumati.logging', module='muffero-slf4j16', version='1.0.0beta0')
)
libraryDependencies += "net.rumati.logging" % "muffero-slf4j16" % "1.0.0beta0"
[net.rumati.logging/muffero-slf4j16 "1.0.0beta0"]