License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Wicket User Interface Web Frameworks |
GroupId | GroupIdcom.giffing.wicket.spring.boot.starter |
ArtifactId | ArtifactIdwicket-spring-boot-starter-example |
Version | Version2.1.9 |
Type | Typejar |
Description |
DescriptionSpring boot starter example
An example project which uses the wicket-spring-boot-starter autoconfiguration project
|
<!-- https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-example/ -->
<dependency>
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
<artifactId>wicket-spring-boot-starter-example</artifactId>
<version>2.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-example/
implementation 'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-example:2.1.9'
// https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-example/
implementation ("com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-example:2.1.9")
'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-example:jar:2.1.9'
<dependency org="com.giffing.wicket.spring.boot.starter" name="wicket-spring-boot-starter-example" rev="2.1.9">
<artifact name="wicket-spring-boot-starter-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.giffing.wicket.spring.boot.starter', module='wicket-spring-boot-starter-example', version='2.1.9')
)
libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-starter-example" % "2.1.9"
[com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-example "2.1.9"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-jpamodelgen | jar | 5.0.5.Final |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.2.RELEASE |
net.minidev : accessors-smart | jar | 1.2 |