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