GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdselect2-bootstrap-theme |
Version | Version0.1.0-beta.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/select2-bootstrap-theme/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>select2-bootstrap-theme</artifactId>
<version>0.1.0-beta.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/select2-bootstrap-theme/
implementation 'org.webjars.npm:select2-bootstrap-theme:0.1.0-beta.9'
// https://jarcasting.com/artifacts/org.webjars.npm/select2-bootstrap-theme/
implementation ("org.webjars.npm:select2-bootstrap-theme:0.1.0-beta.9")
'org.webjars.npm:select2-bootstrap-theme:jar:0.1.0-beta.9'
<dependency org="org.webjars.npm" name="select2-bootstrap-theme" rev="0.1.0-beta.9">
<artifact name="select2-bootstrap-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='select2-bootstrap-theme', version='0.1.0-beta.9')
)
libraryDependencies += "org.webjars.npm" % "select2-bootstrap-theme" % "0.1.0-beta.9"
[org.webjars.npm/select2-bootstrap-theme "0.1.0-beta.9"]