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