Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdangular-tree-control |
Version | Version0.2.9 |
Type | Typejar |
Filename | Size |
---|---|
angular-tree-control-0.2.9.pom | |
angular-tree-control-0.2.9.jar | 96 KB |
angular-tree-control-0.2.9-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/angular-tree-control/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>angular-tree-control</artifactId>
<version>0.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/angular-tree-control/
implementation 'org.webjars:angular-tree-control:0.2.9'
// https://jarcasting.com/artifacts/org.webjars/angular-tree-control/
implementation ("org.webjars:angular-tree-control:0.2.9")
'org.webjars:angular-tree-control:jar:0.2.9'
<dependency org="org.webjars" name="angular-tree-control" rev="0.2.9">
<artifact name="angular-tree-control" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='angular-tree-control', version='0.2.9')
)
libraryDependencies += "org.webjars" % "angular-tree-control" % "0.2.9"
[org.webjars/angular-tree-control "0.2.9"]