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