GroupId | GroupIdcom.github.appundefined |
---|---|
ArtifactId | ArtifactIdtreeUtils |
Last Version | Last Version1.0.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
treeUtils-1.0.1-RELEASE.pom | |
treeUtils-1.0.1-RELEASE-sources.jar | 3 KB |
treeUtils-1.0.1-RELEASE-javadoc.jar | 454 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.appundefined/treeUtils/ -->
<dependency>
<groupId>com.github.appundefined</groupId>
<artifactId>treeUtils</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.appundefined/treeUtils/
implementation 'com.github.appundefined:treeUtils:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.appundefined/treeUtils/
implementation ("com.github.appundefined:treeUtils:1.0.1-RELEASE")
'com.github.appundefined:treeUtils:jar:1.0.1-RELEASE'
<dependency org="com.github.appundefined" name="treeUtils" rev="1.0.1-RELEASE">
<artifact name="treeUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.appundefined', module='treeUtils', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.appundefined" % "treeUtils" % "1.0.1-RELEASE"
[com.github.appundefined/treeUtils "1.0.1-RELEASE"]