Categories |
CategoriesSpring Boot Container Microservices Wicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.giffing.wicket.spring.boot.starter |
ArtifactId | ArtifactIdwicket-spring-boot-starter-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
wicket-spring-boot-starter-parent-1.0.0.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>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"]