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