t

tree-api

Provides an api for operating with tree structures
https://github.com/astrapi69/tree-api
MIT License
Asterios Raptis
Asterios Raptis
Files download
File Operation
tree-api-1.3.jar download
tree-api-1.3.pom download
tree-api-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>tree-api</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:tree-api:1.3'
Gradle Kotlin
implementation("io.github.astrapi69:tree-api:1.3")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "tree-api" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='tree-api', version='1.3')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="tree-api" rev="1.3" />
Leiningen
[io.github.astrapi69/tree-api "1.3"]
Apache Buildr
'io.github.astrapi69:tree-api:jar:1.3'
Dependencies
The project has no third-party dependencies