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