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