GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootstrap-select |
Version | Version1.11.2 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-select-1.11.2.pom | |
bootstrap-select-1.11.2.jar | 98 KB |
bootstrap-select-1.11.2-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-select/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-select</artifactId>
<version>1.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-select/
implementation 'org.webjars:bootstrap-select:1.11.2'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-select/
implementation ("org.webjars:bootstrap-select:1.11.2")
'org.webjars:bootstrap-select:jar:1.11.2'
<dependency org="org.webjars" name="bootstrap-select" rev="1.11.2">
<artifact name="bootstrap-select" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-select', version='1.11.2')
)
libraryDependencies += "org.webjars" % "bootstrap-select" % "1.11.2"
[org.webjars/bootstrap-select "1.11.2"]