| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdbootstrap-multiselect |
| Version | Version0.9.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bootstrap-multiselect-0.9.8.pom | |
| bootstrap-multiselect-0.9.8.jar | 171 KB |
| bootstrap-multiselect-0.9.8-sources.jar | 22 bytes |
| bootstrap-multiselect-0.9.8-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/bootstrap-multiselect/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>bootstrap-multiselect</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/bootstrap-multiselect/
implementation 'org.webjars.bower:bootstrap-multiselect:0.9.8'
// https://jarcasting.com/artifacts/org.webjars.bower/bootstrap-multiselect/
implementation ("org.webjars.bower:bootstrap-multiselect:0.9.8")
'org.webjars.bower:bootstrap-multiselect:jar:0.9.8'
<dependency org="org.webjars.bower" name="bootstrap-multiselect" rev="0.9.8">
<artifact name="bootstrap-multiselect" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='bootstrap-multiselect', version='0.9.8')
)
libraryDependencies += "org.webjars.bower" % "bootstrap-multiselect" % "0.9.8"
[org.webjars.bower/bootstrap-multiselect "0.9.8"]