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