MVN

org.webjars.npm : react-compound-slider

Maven & Gradle

Nov 09, 2018
617 stars

react-compound-slider · WebJar for react-compound-slider

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-compound-slider</artifactId>
    <version>0.16.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : react-compound-slider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.2

All Versions

Choose a version of org.webjars.npm : react-compound-slider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
react-compound-slider-0.16.2

How to add a dependency to Maven

Add the following org.webjars.npm : react-compound-slider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-compound-slider</artifactId>
    <version>0.16.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : react-compound-slider gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:react-compound-slider:0.16.2'

Gradle Kotlin DSL: Add the following org.webjars.npm : react-compound-slider gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:react-compound-slider:0.16.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : react-compound-slider sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "react-compound-slider" % "0.16.2"

Advertisement