MVN

org.webjars.npm : github-com-selectize-selectize-js

Maven & Gradle

May 03, 2021
13k stars

selectize · WebJar for selectize

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-selectize-selectize-js</artifactId>
    <version>0.13.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : github-com-selectize-selectize-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.3

All Versions

Choose a version of org.webjars.npm : github-com-selectize-selectize-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
github-com-selectize-selectize-js-0.13.3
0.12.x
github-com-selectize-selectize-js-0.12.6

How to add a dependency to Maven

Add the following org.webjars.npm : github-com-selectize-selectize-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-selectize-selectize-js</artifactId>
    <version>0.13.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : github-com-selectize-selectize-js gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:github-com-selectize-selectize-js:0.13.3'

Gradle Kotlin DSL: Add the following org.webjars.npm : github-com-selectize-selectize-js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:github-com-selectize-selectize-js:0.13.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : github-com-selectize-selectize-js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "github-com-selectize-selectize-js" % "0.13.3"

Advertisement