f

framework-tree

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