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