f

framework-tree

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