| GroupId | GroupIdcom.github.adriankuta |
|---|---|
| ArtifactId | ArtifactIdtree-structure |
| Version | Version1.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| tree-structure-1.0.1.pom | |
| tree-structure-1.0.1.aar | 19 KB |
| tree-structure-1.0.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.adriankuta/tree-structure/
implementation 'com.github.adriankuta:tree-structure:1.0.1'
// https://jarcasting.com/artifacts/com.github.adriankuta/tree-structure/
implementation ("com.github.adriankuta:tree-structure:1.0.1")
'com.github.adriankuta:tree-structure:aar:1.0.1'
<dependency org="com.github.adriankuta" name="tree-structure" rev="1.0.1">
<artifact name="tree-structure" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.adriankuta', module='tree-structure', version='1.0.1')
)
libraryDependencies += "com.github.adriankuta" % "tree-structure" % "1.0.1"
[com.github.adriankuta/tree-structure "1.0.1"]