MVN

org.webjars.bowergithub.mobius1 : selectr

Maven & Gradle

Oct 31, 2019
312 stars

mobius1-selectr · WebJar for mobius1-selectr

<dependency>
    <groupId>org.webjars.bowergithub.mobius1</groupId>
    <artifactId>selectr</artifactId>
    <version>2.4.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.mobius1 : selectr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.13

All Versions

Choose a version of org.webjars.bowergithub.mobius1 : selectr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
selectr-2.4.13

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.mobius1</groupId>
    <artifactId>selectr</artifactId>
    <version>2.4.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.mobius1 : selectr gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.mobius1:selectr:2.4.13'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.mobius1 : selectr gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.mobius1:selectr:2.4.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.mobius1 : selectr sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.mobius1" % "selectr" % "2.4.13"