Categories |
CategoriesSpring Boot Container Microservices Wicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.giffing.wicket.spring.boot.starter |
ArtifactId | ArtifactIdwicket-spring-boot-starter |
Version | Version3.0.2-RC |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter/ -->
<dependency>
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
<artifactId>wicket-spring-boot-starter</artifactId>
<version>3.0.2-RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter/
implementation 'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter:3.0.2-RC'
// https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter/
implementation ("com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter:3.0.2-RC")
'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter:jar:3.0.2-RC'
<dependency org="com.giffing.wicket.spring.boot.starter" name="wicket-spring-boot-starter" rev="3.0.2-RC">
<artifact name="wicket-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.giffing.wicket.spring.boot.starter', module='wicket-spring-boot-starter', version='3.0.2-RC')
)
libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-starter" % "3.0.2-RC"
[com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter "3.0.2-RC"]