f

framework-tree

framework-tree
https://github.com/fartherp/framework
Files download
File Operation
framework-tree-3.0.4.jar download
framework-tree-3.0.4.pom download
framework-tree-3.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fartherp</groupId>
  <artifactId>framework-tree</artifactId>
  <version>3.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.fartherp:framework-tree:3.0.4'
Gradle Kotlin
implementation("com.github.fartherp:framework-tree:3.0.4")
Scala SBT
libraryDependencies += "com.github.fartherp" % "framework-tree" % "3.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fartherp', module='framework-tree', version='3.0.4')
)
Apache Ivy
<dependency org="com.github.fartherp" name="framework-tree" rev="3.0.4" />
Leiningen
[com.github.fartherp/framework-tree "3.0.4"]
Apache Buildr
'com.github.fartherp:framework-tree:jar:3.0.4'