License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Wicket User Interface Web Frameworks |
GroupId | GroupIdcom.giffing.wicket.spring.boot.starter |
ArtifactId | ArtifactIdwicket-spring-boot-starter-parent |
Last Version | Last Version3.1.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWicket 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
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wicket-spring-boot-starter-parent-3.1.6.pom | 9 KB |
Browse |
<!-- 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>3.1.6</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:3.1.6'
// 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:3.1.6")
'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-parent:pom:3.1.6'
<dependency org="com.giffing.wicket.spring.boot.starter" name="wicket-spring-boot-starter-parent" rev="3.1.6">
<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='3.1.6')
)
libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-starter-parent" % "3.1.6"
[com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-parent "3.1.6"]