MVN

org.webjars.bowergithub.snapappointments : bootstrap-select

Maven & Gradle

Aug 06, 2020
2 usages
9.8k stars

bootstrap-select · WebJar for bootstrap-select

<dependency>
    <groupId>org.webjars.bowergithub.snapappointments</groupId>
    <artifactId>bootstrap-select</artifactId>
    <version>1.13.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.snapappointments : bootstrap-select to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.18

All Versions

Choose a version of org.webjars.bowergithub.snapappointments : bootstrap-select to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13.x
bootstrap-select-1.13.18
bootstrap-select-1.13.15
bootstrap-select-1.13.12
bootstrap-select-1.13.11
bootstrap-select-1.13.10
bootstrap-select-1.13.9
bootstrap-select-1.13.5
bootstrap-select-1.13.2
1.12.x
bootstrap-select-1.12.4
1.10.x
bootstrap-select-1.10.0

How to add a dependency to Maven

Add the following org.webjars.bowergithub.snapappointments : bootstrap-select maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.snapappointments</groupId>
    <artifactId>bootstrap-select</artifactId>
    <version>1.13.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.snapappointments : bootstrap-select gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.snapappointments:bootstrap-select:1.13.18'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.snapappointments : bootstrap-select gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.snapappointments:bootstrap-select:1.13.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.snapappointments : bootstrap-select sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.snapappointments" % "bootstrap-select" % "1.13.18"

Advertisement