MVN

wicket : wicket

Maven & Gradle

Mar 23, 2008
13 usages

Wicket · Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favorite technology.

<dependency>
    <groupId>wicket</groupId>
    <artifactId>wicket</artifactId>
    <version>1.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of wicket : wicket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.7
  • Latest Release Candidate: 1.2-rc4
  • Latest Beta: 1.2-beta2
  • Latest Alpha: 0.9.14-alpha

All Versions

Choose a version of wicket : wicket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
wicket-1.2.7
wicket-1.2.6
wicket-1.2.5
wicket-1.2.4
wicket-1.2.3
wicket-1.2.2
wicket-1.2.1
1.2
wicket-1.2
wicket-1.2-rc4
wicket-1.2-rc3
wicket-1.2-beta2
wicket-1.2-beta1
1.1.x
wicket-1.1.1
1.1
wicket-1.1
wicket-1.1-rc2
wicket-1.1-rc1
wicket-1.1-b4
wicket-1.1-b3
wicket-1.1-b2
wicket-1.1-b1
1.0.x
wicket-1.0.3
wicket-1.0.2
wicket-1.0.1
wicket-1.0.0-rc3
wicket-1.0.0-rc2
wicket-1.0.0-rc1
1.0
wicket-1.0
0.9.x
wicket-0.9.19-beta
wicket-0.9.18-beta
wicket-0.9.17-beta
wicket-0.9.16-beta
wicket-0.9.15-beta
wicket-0.9.14-alpha

How to add a dependency to Maven

Add the following wicket : wicket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>wicket</groupId>
    <artifactId>wicket</artifactId>
    <version>1.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following wicket : wicket gradle dependency to your build.gradle file:

implementation 'wicket:wicket:1.2.7'

Gradle Kotlin DSL: Add the following wicket : wicket gradle kotlin dependency to your build.gradle.kts file:

implementation("wicket:wicket:1.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following wicket : wicket sbt scala dependency to your build.sbt file:

libraryDependencies += "wicket" % "wicket" % "1.2.7"

Advertisement

Dependencies from Group

Mar 23, 2008
13 usages
Mar 23, 2008
6 usages
Mar 23, 2008
4 usages
Mar 23, 2008
3 usages
Mar 23, 2008
2 usages

Discover Dependencies

Sep 27, 2017
9 usages
Sep 30, 2016
4 usages
2.5k stars
Aug 25, 2023
16 usages
2.8k stars
Nov 09, 2022
5 usages
196 stars
May 04, 2023
22 usages
Nov 18, 2019
5 usages
0 stars
Sep 03, 2021
5 usages
4 stars
Jan 17, 2022
3 usages
205 stars
Aug 21, 2018
17 usages
1.6k stars