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