MVN

com.giffing.wicket.spring.boot.starter : wicket-spring-boot-starter

Maven & Gradle

Jul 16, 2023
3 usages
142 stars

Wicket Spring Boot Starter · Enables and configures Apache Wicket from within a Spring Boot Application. Used **only** in combination with Spring Boot.

<dependency>
    <groupId>com.giffing.wicket.spring.boot.starter</groupId>
    <artifactId>wicket-spring-boot-starter</artifactId>
    <version>4.0.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.giffing.wicket.spring.boot.starter : wicket-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-M1
  • Latest Release Candidate: 3.0.3-RC

All Versions

Choose a version of com.giffing.wicket.spring.boot.starter : wicket-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
wicket-spring-boot-starter-4.0.0-M1
3.1.x
wicket-spring-boot-starter-3.1.7
wicket-spring-boot-starter-3.1.6
wicket-spring-boot-starter-3.1.5
3.0.x
wicket-spring-boot-starter-3.0.4
wicket-spring-boot-starter-3.0.3-RC
wicket-spring-boot-starter-3.0.2-RC
wicket-spring-boot-starter-3.0.1-RC
2.1.x
wicket-spring-boot-starter-2.1.10
wicket-spring-boot-starter-2.1.9
wicket-spring-boot-starter-2.1.8
wicket-spring-boot-starter-2.1.7
wicket-spring-boot-starter-2.1.6
wicket-spring-boot-starter-2.1.5
wicket-spring-boot-starter-2.1.2
wicket-spring-boot-starter-2.1.1
wicket-spring-boot-starter-2.1.0
2.0.x
wicket-spring-boot-starter-2.0.5
wicket-spring-boot-starter-2.0.4
wicket-spring-boot-starter-2.0.3
wicket-spring-boot-starter-2.0.2
wicket-spring-boot-starter-2.0.1
wicket-spring-boot-starter-2.0.0
1.0.x
wicket-spring-boot-starter-1.0.13
wicket-spring-boot-starter-1.0.12
wicket-spring-boot-starter-1.0.10
wicket-spring-boot-starter-1.0.9
wicket-spring-boot-starter-1.0.8
wicket-spring-boot-starter-1.0.7
wicket-spring-boot-starter-1.0.6
wicket-spring-boot-starter-1.0.5
wicket-spring-boot-starter-1.0.4
wicket-spring-boot-starter-1.0.3
wicket-spring-boot-starter-1.0.1
wicket-spring-boot-starter-1.0.0
0.0.x
wicket-spring-boot-starter-0.0.16
wicket-spring-boot-starter-0.0.15
wicket-spring-boot-starter-0.0.14
wicket-spring-boot-starter-0.0.13
wicket-spring-boot-starter-0.0.12
wicket-spring-boot-starter-0.0.11
wicket-spring-boot-starter-0.0.10
wicket-spring-boot-starter-0.0.9
wicket-spring-boot-starter-0.0.8
wicket-spring-boot-starter-0.0.7
wicket-spring-boot-starter-0.0.5
wicket-spring-boot-starter-0.0.4
wicket-spring-boot-starter-0.0.3
wicket-spring-boot-starter-0.0.2
wicket-spring-boot-starter-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.giffing.wicket.spring.boot.starter</groupId>
    <artifactId>wicket-spring-boot-starter</artifactId>
    <version>4.0.0-M1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter:4.0.0-M1'

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

implementation("com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter:4.0.0-M1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-starter" % "4.0.0-M1"