GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdpatternfly-bootstrap-treeview |
Version | Version2.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/patternfly-bootstrap-treeview/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>patternfly-bootstrap-treeview</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/patternfly-bootstrap-treeview/
implementation 'org.webjars.npm:patternfly-bootstrap-treeview:2.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/patternfly-bootstrap-treeview/
implementation ("org.webjars.npm:patternfly-bootstrap-treeview:2.1.1")
'org.webjars.npm:patternfly-bootstrap-treeview:jar:2.1.1'
<dependency org="org.webjars.npm" name="patternfly-bootstrap-treeview" rev="2.1.1">
<artifact name="patternfly-bootstrap-treeview" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='patternfly-bootstrap-treeview', version='2.1.1')
)
libraryDependencies += "org.webjars.npm" % "patternfly-bootstrap-treeview" % "2.1.1"
[org.webjars.npm/patternfly-bootstrap-treeview "2.1.1"]