| GroupId | GroupIdcom.github.adriankuta |
|---|---|
| ArtifactId | ArtifactIdtree-structure |
| Version | Version2.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| tree-structure-2.0.0.pom | |
| tree-structure-2.0.0-sources.jar | 3 KB |
| tree-structure-2.0.0-javadoc.jar | 280 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.adriankuta/tree-structure/ -->
<dependency>
<groupId>com.github.adriankuta</groupId>
<artifactId>tree-structure</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.adriankuta/tree-structure/
implementation 'com.github.adriankuta:tree-structure:2.0.0'
// https://jarcasting.com/artifacts/com.github.adriankuta/tree-structure/
implementation ("com.github.adriankuta:tree-structure:2.0.0")
'com.github.adriankuta:tree-structure:aar:2.0.0'
<dependency org="com.github.adriankuta" name="tree-structure" rev="2.0.0">
<artifact name="tree-structure" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.adriankuta', module='tree-structure', version='2.0.0')
)
libraryDependencies += "com.github.adriankuta" % "tree-structure" % "2.0.0"
[com.github.adriankuta/tree-structure "2.0.0"]