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