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