t

trees-api

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