is not current version
Last Version 2.2.1-RELEASE

com.github.appundefined:treeUtil 1.0-RELEASE


GroupId

GroupId

com.github.appundefined
ArtifactId

ArtifactId

treeUtil
Version

Version

1.0-RELEASE
Type

Type

jar

Download treeUtil 1.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.appundefined/treeUtil/ -->
<dependency>
    <groupId>com.github.appundefined</groupId>
    <artifactId>treeUtil</artifactId>
    <version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.appundefined/treeUtil/
implementation 'com.github.appundefined:treeUtil:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.appundefined/treeUtil/
implementation ("com.github.appundefined:treeUtil:1.0-RELEASE")
'com.github.appundefined:treeUtil:jar:1.0-RELEASE'
<dependency org="com.github.appundefined" name="treeUtil" rev="1.0-RELEASE">
  <artifact name="treeUtil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.appundefined', module='treeUtil', version='1.0-RELEASE')
)
libraryDependencies += "com.github.appundefined" % "treeUtil" % "1.0-RELEASE"
[com.github.appundefined/treeUtil "1.0-RELEASE"]