Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.outr |
ArtifactId | ArtifactIdscribe-slf4j_2.12 |
Version | Version3.2.3 |
Type | Typejar |
Filename | Size |
---|---|
scribe-slf4j_2.12-3.2.3.pom | |
scribe-slf4j_2.12-3.2.3.jar | 13 KB |
scribe-slf4j_2.12-3.2.3-sources.jar | 3 KB |
scribe-slf4j_2.12-3.2.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.outr/scribe-slf4j_2.12/ -->
<dependency>
<groupId>com.outr</groupId>
<artifactId>scribe-slf4j_2.12</artifactId>
<version>3.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.outr/scribe-slf4j_2.12/
implementation 'com.outr:scribe-slf4j_2.12:3.2.3'
// https://jarcasting.com/artifacts/com.outr/scribe-slf4j_2.12/
implementation ("com.outr:scribe-slf4j_2.12:3.2.3")
'com.outr:scribe-slf4j_2.12:jar:3.2.3'
<dependency org="com.outr" name="scribe-slf4j_2.12" rev="3.2.3">
<artifact name="scribe-slf4j_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outr', module='scribe-slf4j_2.12', version='3.2.3')
)
libraryDependencies += "com.outr" % "scribe-slf4j_2.12" % "3.2.3"
[com.outr/scribe-slf4j_2.12 "3.2.3"]