Files download
File Operation
scribe-log4j_2.11-3.10.7.jar download
scribe-log4j_2.11-3.10.7.pom download
scribe-log4j_2.11-3.10.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.outr</groupId>
  <artifactId>scribe-log4j_2.11</artifactId>
  <version>3.10.7</version>
</dependency>
Gradle Groovy
implementation 'com.outr:scribe-log4j_2.11:3.10.7'
Gradle Kotlin
implementation("com.outr:scribe-log4j_2.11:3.10.7")
Scala SBT
libraryDependencies += "com.outr" % "scribe-log4j_2.11" % "3.10.7"
Groovy Grape
@Grapes(
  @Grab(group='com.outr', module='scribe-log4j_2.11', version='3.10.7')
)
Apache Ivy
<dependency org="com.outr" name="scribe-log4j_2.11" rev="3.10.7" />
Leiningen
[com.outr/scribe-log4j_2.11 "3.10.7"]
Apache Buildr
'com.outr:scribe-log4j_2.11:jar:3.10.7'