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