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