| Группа | Группаorg.webjars.npm |
|---|---|
| Идентификатор | Идентификаторbootstrap-select |
| Версия | Версия1.13.12 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bootstrap-select-1.13.12.pom | |
| bootstrap-select-1.13.12.jar | 558 KB |
| bootstrap-select-1.13.12-sources.jar | 22 bytes |
| bootstrap-select-1.13.12-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-select/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>bootstrap-select</artifactId>
<version>1.13.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-select/
implementation 'org.webjars.npm:bootstrap-select:1.13.12'
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-select/
implementation ("org.webjars.npm:bootstrap-select:1.13.12")
'org.webjars.npm:bootstrap-select:jar:1.13.12'
<dependency org="org.webjars.npm" name="bootstrap-select" rev="1.13.12">
<artifact name="bootstrap-select" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='bootstrap-select', version='1.13.12')
)
libraryDependencies += "org.webjars.npm" % "bootstrap-select" % "1.13.12"
[org.webjars.npm/bootstrap-select "1.13.12"]