t

tree-api

Provides an api for operating with tree structures
https://github.com/astrapi69/tree-api
MIT License
Asterios Raptis
Asterios Raptis
文件下载
文件名 操作
tree-api-1.5.jar 下载
tree-api-1.5.pom 下载
tree-api-1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>tree-api</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:tree-api:1.5'
Gradle Kotlin
implementation("io.github.astrapi69:tree-api:1.5")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "tree-api" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='tree-api', version='1.5')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="tree-api" rev="1.5" />
Leiningen
[io.github.astrapi69/tree-api "1.5"]
Apache Buildr
'io.github.astrapi69:tree-api:jar:1.5'
本项目依赖
该项目无第三方依赖