GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdzTree |
Version | Version3.5.17 |
Type | Typejar |
Filename | Size |
---|---|
zTree-3.5.17.pom | |
zTree-3.5.17.jar | 120 KB |
zTree-3.5.17-sources.jar | 3 KB |
zTree-3.5.17-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/zTree/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>zTree</artifactId>
<version>3.5.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/zTree/
implementation 'org.webjars:zTree:3.5.17'
// https://jarcasting.com/artifacts/org.webjars/zTree/
implementation ("org.webjars:zTree:3.5.17")
'org.webjars:zTree:jar:3.5.17'
<dependency org="org.webjars" name="zTree" rev="3.5.17">
<artifact name="zTree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='zTree', version='3.5.17')
)
libraryDependencies += "org.webjars" % "zTree" % "3.5.17"
[org.webjars/zTree "3.5.17"]