t

trees-internal

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