Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.smallmind |
ArtifactId | ArtifactIdscribe-slf4j |
Version | Version4.2.0 |
Type | Typejar |
Filename | Size |
---|---|
scribe-slf4j-4.2.0.pom | |
scribe-slf4j-4.2.0.jar | 27 KB |
scribe-slf4j-4.2.0-sources.jar | 8 KB |
scribe-slf4j-4.2.0-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/scribe-slf4j/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>scribe-slf4j</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/scribe-slf4j/
implementation 'org.smallmind:scribe-slf4j:4.2.0'
// https://jarcasting.com/artifacts/org.smallmind/scribe-slf4j/
implementation ("org.smallmind:scribe-slf4j:4.2.0")
'org.smallmind:scribe-slf4j:jar:4.2.0'
<dependency org="org.smallmind" name="scribe-slf4j" rev="4.2.0">
<artifact name="scribe-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='scribe-slf4j', version='4.2.0')
)
libraryDependencies += "org.smallmind" % "scribe-slf4j" % "4.2.0"
[org.smallmind/scribe-slf4j "4.2.0"]