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