GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdtree |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
tree-0.0.9.pom | |
tree-0.0.9.jar | 5 KB |
tree-0.0.9-tests.jar | 4 KB |
tree-0.0.9-sources.jar | 4 KB |
tree-0.0.9-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/tree/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>tree</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/tree/
implementation 'org.tinygroup:tree:0.0.9'
// https://jarcasting.com/artifacts/org.tinygroup/tree/
implementation ("org.tinygroup:tree:0.0.9")
'org.tinygroup:tree:jar:0.0.9'
<dependency org="org.tinygroup" name="tree" rev="0.0.9">
<artifact name="tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='tree', version='0.0.9')
)
libraryDependencies += "org.tinygroup" % "tree" % "0.0.9"
[org.tinygroup/tree "0.0.9"]