Categories |
CategoriesSpring Boot Container Microservices Wicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.giffing.wicket.spring.boot.starter |
ArtifactId | ArtifactIdwicket-spring-boot-starter-parent |
Version | Version0.0.5 |
Type | Typepom |
Filename | Size |
---|---|
wicket-spring-boot-starter-parent-0.0.5.pom | 7 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>0.0.5</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:0.0.5'
// 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:0.0.5")
'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-parent:pom:0.0.5'
<dependency org="com.giffing.wicket.spring.boot.starter" name="wicket-spring-boot-starter-parent" rev="0.0.5">
<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='0.0.5')
)
libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-starter-parent" % "0.0.5"
[com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-parent "0.0.5"]