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