MVN

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

Maven & Gradle

Jul 16, 2023
141 stars

Wicket Spring Boot Starter Parent · This project (should) makes it easy to create Wicket projects with a minimum of configuration effort. Is uses Spring Boot to autoconfigure Wickets core and extension with an reasonable default value which can be overridden over property files. This parent project holds default configuration for the underlying sub modules

<dependency>
    <groupId>com.giffing.wicket.spring.boot.starter</groupId>
    <artifactId>wicket-spring-boot-starter-parent</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-parent to add to Maven - 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-parent to add to Maven - All Versions:

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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