MVN

wicket : wicket-spring

Maven & Gradle

Mar 23, 2008
4 usages

Wicket Spring Integration · Integration project to use Spring injection in your Wicket applications. See the wicket-spring-examples for integration patterns.

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

Latest Version

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

  • Latest Stable: 1.2.7
  • Latest Release Candidate: 1.2-rc4

All Versions

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

Version Vulnerabilities Updated
1.2.x
wicket-spring-1.2.7
wicket-spring-1.2.6
wicket-spring-1.2.5
wicket-spring-1.2.4
wicket-spring-1.2.3
wicket-spring-1.2.2
wicket-spring-1.2.1
1.2
wicket-spring-1.2
wicket-spring-1.2-rc4

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'wicket:wicket-spring:1.2.7'

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

implementation("wicket:wicket-spring:1.2.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "wicket" % "wicket-spring" % "1.2.7"