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