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