Categories |
CategoriesSpring Boot Container Microservices Wicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.giffing.wicket.spring.boot.starter |
ArtifactId | ArtifactIdwicket-spring-boot-starter-example |
Version | Version0.0.15 |
Type | Typejar |
<!-- 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>0.0.15</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:0.0.15'
// 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:0.0.15")
'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-example:jar:0.0.15'
<dependency org="com.giffing.wicket.spring.boot.starter" name="wicket-spring-boot-starter-example" rev="0.0.15">
<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='0.0.15')
)
libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-starter-example" % "0.0.15"
[com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-example "0.0.15"]