Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.dorkbox |
ArtifactId | ArtifactIdMinLog-SLF4J |
Version | Version1.11 |
Type | Typejar |
Filename | Size |
---|---|
MinLog-SLF4J-1.11.pom | |
MinLog-SLF4J-1.11.jar | 8 KB |
MinLog-SLF4J-1.11-sources.jar | 8 KB |
MinLog-SLF4J-1.11-javadoc.jar | 0 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.dorkbox/MinLog-SLF4J/ -->
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>MinLog-SLF4J</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.dorkbox/MinLog-SLF4J/
implementation 'com.dorkbox:MinLog-SLF4J:1.11'
// https://jarcasting.com/artifacts/com.dorkbox/MinLog-SLF4J/
implementation ("com.dorkbox:MinLog-SLF4J:1.11")
'com.dorkbox:MinLog-SLF4J:jar:1.11'
<dependency org="com.dorkbox" name="MinLog-SLF4J" rev="1.11">
<artifact name="MinLog-SLF4J" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dorkbox', module='MinLog-SLF4J', version='1.11')
)
libraryDependencies += "com.dorkbox" % "MinLog-SLF4J" % "1.11"
[com.dorkbox/MinLog-SLF4J "1.11"]