GroupId | GroupIdcom.github.appundefined |
---|---|
ArtifactId | ArtifactIdtreeUtil |
Version | Version2.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
treeUtil-2.2-RELEASE.pom | |
treeUtil-2.2-RELEASE.jar | 8 KB |
treeUtil-2.2-RELEASE-sources.jar | 4 KB |
treeUtil-2.2-RELEASE-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.appundefined/treeUtil/ -->
<dependency>
<groupId>com.github.appundefined</groupId>
<artifactId>treeUtil</artifactId>
<version>2.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.appundefined/treeUtil/
implementation 'com.github.appundefined:treeUtil:2.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.appundefined/treeUtil/
implementation ("com.github.appundefined:treeUtil:2.2-RELEASE")
'com.github.appundefined:treeUtil:jar:2.2-RELEASE'
<dependency org="com.github.appundefined" name="treeUtil" rev="2.2-RELEASE">
<artifact name="treeUtil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.appundefined', module='treeUtil', version='2.2-RELEASE')
)
libraryDependencies += "com.github.appundefined" % "treeUtil" % "2.2-RELEASE"
[com.github.appundefined/treeUtil "2.2-RELEASE"]