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