GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.ui.ztree |
Version | Version3.0.5 |
Type | Typejar |
Filename | Size |
---|---|
org.tinygroup.ui.ztree-3.0.5.pom | |
org.tinygroup.ui.ztree-3.0.5.jar | 106 KB |
org.tinygroup.ui.ztree-3.0.5-sources.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.ui.ztree/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.ui.ztree</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.ui.ztree/
implementation 'org.tinygroup:org.tinygroup.ui.ztree:3.0.5'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.ui.ztree/
implementation ("org.tinygroup:org.tinygroup.ui.ztree:3.0.5")
'org.tinygroup:org.tinygroup.ui.ztree:jar:3.0.5'
<dependency org="org.tinygroup" name="org.tinygroup.ui.ztree" rev="3.0.5">
<artifact name="org.tinygroup.ui.ztree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.ui.ztree', version='3.0.5')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.ui.ztree" % "3.0.5"
[org.tinygroup/org.tinygroup.ui.ztree "3.0.5"]