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