MVN

org.wicketstuff.wiquery : wiquery-jquery-ui

Maven & Gradle

Dec 21, 2021
2 usages
6 stars

WiQuery jQuery UI Project

<dependency>
    <groupId>org.wicketstuff.wiquery</groupId>
    <artifactId>wiquery-jquery-ui</artifactId>
    <version>8.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.2.0

All Versions

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

Version Vulnerabilities Updated
9.0.x
wiquery-jquery-ui-9.0.0
8.2.x
wiquery-jquery-ui-8.2.0
8.1.x
wiquery-jquery-ui-8.1.1
8.1
wiquery-jquery-ui-8.1
8.0
wiquery-jquery-ui-8.0
7.0
wiquery-jquery-ui-7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wicketstuff.wiquery</groupId>
    <artifactId>wiquery-jquery-ui</artifactId>
    <version>8.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.wicketstuff.wiquery:wiquery-jquery-ui:8.2.0'

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

implementation("org.wicketstuff.wiquery:wiquery-jquery-ui:8.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.wicketstuff.wiquery" % "wiquery-jquery-ui" % "8.2.0"