is not current version
Last Version 3.1.6

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

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

Categories

Categories

Spring Boot Container Microservices Wicket User Interface Web Frameworks
GroupId

GroupId

com.giffing.wicket.spring.boot.starter
ArtifactId

ArtifactId

wicket-spring-boot-starter-parent
Version

Version

1.0.0
Type

Type

pom

Download wicket-spring-boot-starter-parent 1.0.0


<!-- https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-parent/ -->
<dependency>
    <groupId>com.giffing.wicket.spring.boot.starter</groupId>
    <artifactId>wicket-spring-boot-starter-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-parent/
implementation 'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-parent:1.0.0'
// https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-parent/
implementation ("com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-parent:1.0.0")
'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-parent:pom:1.0.0'
<dependency org="com.giffing.wicket.spring.boot.starter" name="wicket-spring-boot-starter-parent" rev="1.0.0">
  <artifact name="wicket-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.giffing.wicket.spring.boot.starter', module='wicket-spring-boot-starter-parent', version='1.0.0')
)
libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-starter-parent" % "1.0.0"
[com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-parent "1.0.0"]