f

framework-tree

framework-tree
https://github.com/fartherp/framework
文件下载
文件名 操作
framework-tree-1.1.6.jar 下载
framework-tree-1.1.6.pom 下载
framework-tree-1.1.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.fartherp</groupId>
  <artifactId>framework-tree</artifactId>
  <version>1.1.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.fartherp:framework-tree:1.1.6'
Gradle Kotlin
implementation("com.github.fartherp:framework-tree:1.1.6")
Scala SBT
libraryDependencies += "com.github.fartherp" % "framework-tree" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fartherp', module='framework-tree', version='1.1.6')
)
Apache Ivy
<dependency org="com.github.fartherp" name="framework-tree" rev="1.1.6" />
Leiningen
[com.github.fartherp/framework-tree "1.1.6"]
Apache Buildr
'com.github.fartherp:framework-tree:jar:1.1.6'