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