f

framework-tree

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