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