Angular Bootstrap Multiselect
Find documentation on the github page
Contributions welcome
License |
License |
---|---|
Categories |
CategoriesAngular User Interface Web Frameworks |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdangular-bootstrap-multiselect |
Last Version | Last Version1.1.11 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionangular-bootstrap-multiselect
WebJar for angular-bootstrap-multiselect
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/angular-bootstrap-multiselect/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>angular-bootstrap-multiselect</artifactId>
<version>1.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/angular-bootstrap-multiselect/
implementation 'org.webjars.npm:angular-bootstrap-multiselect:1.1.11'
// https://jarcasting.com/artifacts/org.webjars.npm/angular-bootstrap-multiselect/
implementation ("org.webjars.npm:angular-bootstrap-multiselect:1.1.11")
'org.webjars.npm:angular-bootstrap-multiselect:jar:1.1.11'
<dependency org="org.webjars.npm" name="angular-bootstrap-multiselect" rev="1.1.11">
<artifact name="angular-bootstrap-multiselect" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='angular-bootstrap-multiselect', version='1.1.11')
)
libraryDependencies += "org.webjars.npm" % "angular-bootstrap-multiselect" % "1.1.11"
[org.webjars.npm/angular-bootstrap-multiselect "1.1.11"]
Find documentation on the github page
Contributions welcome