MVN

org.webjars.bowergithub.sortablejs : sortable

Maven & Gradle

Apr 15, 2023
2 usages
28.5k stars

Sortable · WebJar for Sortable

<dependency>
    <groupId>org.webjars.bowergithub.sortablejs</groupId>
    <artifactId>sortable</artifactId>
    <version>1.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.13.0

All Versions

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

Version Vulnerabilities Updated
1.15.x
sortable-1.15.0
1.14.x
sortable-1.14.0
1.13.x
sortable-1.13.0
1.10.x
sortable-1.10.2
sortable-1.10.1
1.9.x
sortable-1.9.0
1.6.x
sortable-1.6.0
1.0.x
sortable-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.sortablejs</groupId>
    <artifactId>sortable</artifactId>
    <version>1.13.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bowergithub.sortablejs:sortable:1.13.0'

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

implementation("org.webjars.bowergithub.sortablejs:sortable:1.13.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bowergithub.sortablejs" % "sortable" % "1.13.0"

Advertisement