| GroupId | GroupIdorg.tinygroup |
|---|---|
| ArtifactId | ArtifactIdorg.tinygroup.zTree |
| Version | Version2.0.31 |
| Type | Typejar |
| Filename | Size |
|---|---|
| org.tinygroup.zTree-2.0.31.pom | |
| org.tinygroup.zTree-2.0.31.jar | 71 KB |
| org.tinygroup.zTree-2.0.31-tests.jar | 1 KB |
| org.tinygroup.zTree-2.0.31-sources.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.zTree/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.zTree</artifactId>
<version>2.0.31</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.zTree/
implementation 'org.tinygroup:org.tinygroup.zTree:2.0.31'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.zTree/
implementation ("org.tinygroup:org.tinygroup.zTree:2.0.31")
'org.tinygroup:org.tinygroup.zTree:jar:2.0.31'
<dependency org="org.tinygroup" name="org.tinygroup.zTree" rev="2.0.31">
<artifact name="org.tinygroup.zTree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.zTree', version='2.0.31')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.zTree" % "2.0.31"
[org.tinygroup/org.tinygroup.zTree "2.0.31"]