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