MVN

org.wicketstuff : jwicket-ui-sort

Maven & Gradle

Sep 12, 2012
1 usages

jWicket: jQuery Wicket integration - ui.sort · WicketJQuery by Stefan Lindner has been renamed to jWicket, mavenized, and migrated to WicketStuff. This Wicketstuff version supercedes the original version which was available at http://subversion.visionet.de/project/WicketJQuery/wiki

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>jwicket-ui-sort</artifactId>
    <version>1.4.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wicketstuff : jwicket-ui-sort to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.21

All Versions

Choose a version of org.wicketstuff : jwicket-ui-sort to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
jwicket-ui-sort-1.4.21
jwicket-ui-sort-1.4.20.1
jwicket-ui-sort-1.4.20
jwicket-ui-sort-1.4.19
jwicket-ui-sort-1.4.18
jwicket-ui-sort-1.4.17.3
jwicket-ui-sort-1.4.17.2
jwicket-ui-sort-1.4.17.1
jwicket-ui-sort-1.4.17
jwicket-ui-sort-1.4.16.1
jwicket-ui-sort-1.4.16
jwicket-ui-sort-1.4.15
jwicket-ui-sort-1.4.14
jwicket-ui-sort-1.4.13
jwicket-ui-sort-1.4.12.1
jwicket-ui-sort-1.4.12
jwicket-ui-sort-1.4.11
jwicket-ui-sort-1.4.10.2
jwicket-ui-sort-1.4.10.1
jwicket-ui-sort-1.4.10

How to add a dependency to Maven

Add the following org.wicketstuff : jwicket-ui-sort maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>jwicket-ui-sort</artifactId>
    <version>1.4.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wicketstuff : jwicket-ui-sort gradle dependency to your build.gradle file:

implementation 'org.wicketstuff:jwicket-ui-sort:1.4.21'

Gradle Kotlin DSL: Add the following org.wicketstuff : jwicket-ui-sort gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wicketstuff:jwicket-ui-sort:1.4.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wicketstuff : jwicket-ui-sort sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wicketstuff" % "jwicket-ui-sort" % "1.4.21"