MVN

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

Maven & Gradle

Dec 18, 2021
123 stars

Spring boot starter example · An example project which uses the wicket-spring-boot-starter autoconfiguration project

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

Latest Version

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

  • Latest Stable: 2.1.9

All Versions

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

Version Vulnerabilities Updated
2.1.x
wicket-spring-boot-starter-example-2.1.9
wicket-spring-boot-starter-example-2.1.8
wicket-spring-boot-starter-example-2.1.7
wicket-spring-boot-starter-example-2.1.6
wicket-spring-boot-starter-example-2.1.5
wicket-spring-boot-starter-example-2.1.2
wicket-spring-boot-starter-example-2.1.1
wicket-spring-boot-starter-example-2.1.0
2.0.x
wicket-spring-boot-starter-example-2.0.5
wicket-spring-boot-starter-example-2.0.4
wicket-spring-boot-starter-example-2.0.3
wicket-spring-boot-starter-example-2.0.2
wicket-spring-boot-starter-example-2.0.1
wicket-spring-boot-starter-example-2.0.0
1.0.x
wicket-spring-boot-starter-example-1.0.13
wicket-spring-boot-starter-example-1.0.12
wicket-spring-boot-starter-example-1.0.10
wicket-spring-boot-starter-example-1.0.9
wicket-spring-boot-starter-example-1.0.8
wicket-spring-boot-starter-example-1.0.7
wicket-spring-boot-starter-example-1.0.6
wicket-spring-boot-starter-example-1.0.5
wicket-spring-boot-starter-example-1.0.4
wicket-spring-boot-starter-example-1.0.3
wicket-spring-boot-starter-example-1.0.1
wicket-spring-boot-starter-example-1.0.0
0.0.x
wicket-spring-boot-starter-example-0.0.16
wicket-spring-boot-starter-example-0.0.15
wicket-spring-boot-starter-example-0.0.14
wicket-spring-boot-starter-example-0.0.13
wicket-spring-boot-starter-example-0.0.12
wicket-spring-boot-starter-example-0.0.11
wicket-spring-boot-starter-example-0.0.10
wicket-spring-boot-starter-example-0.0.9
wicket-spring-boot-starter-example-0.0.8
wicket-spring-boot-starter-example-0.0.7
wicket-spring-boot-starter-example-0.0.5
wicket-spring-boot-starter-example-0.0.4
wicket-spring-boot-starter-example-0.0.3
wicket-spring-boot-starter-example-0.0.2

How to add a dependency to Maven

Add the following com.giffing.wicket.spring.boot.starter : wicket-spring-boot-starter-example 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-example</artifactId>
    <version>2.1.9</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-example gradle dependency to your build.gradle file:

implementation 'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-example:2.1.9'

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

implementation("com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-example:2.1.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-starter-example" % "2.1.9"