Download wicket-spring-boot-starter-1.0.9.jar file - Jar w

Jar examples for w:wicket-spring-boot-starter

Description

Enables and configures Apache Wicket from within a Spring Boot Application. Used **only** in combination with Spring Boot.

You can download jar file wicket-spring-boot-starter 1.0.9 in this page.

Build File

You can use the following script to add wicket-spring-boot-starter-1.0.9.jar to your project.

<dependency>
   <groupId>com.giffing.wicket.spring.boot.starter</groupId>
   <artifactId>wicket-spring-boot-starter</artifactId>
   <version>1.0.9</version>
</dependency>
compile group: 'com.giffing.wicket.spring.boot.starter', name: 'wicket-spring-boot-starter', version: '1.0.9'
libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-starter" % "1.0.9"
<dependency org="com.giffing.wicket.spring.boot.starter" name="wicket-spring-boot-starter" rev="1.0.9"/>
@Grapes(@Grab(group='com.giffing.wicket.spring.boot.starter', module='wicket-spring-boot-starter', version='1.0.9'))
'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter:jar:1.0.9'

Download

Click the following link to download the jar file.

wicket-spring-boot-starter-1.0.9-javadoc.jar
wicket-spring-boot-starter-1.0.9-sources.jar
wicket-spring-boot-starter-1.0.9.jar
wicket-spring-boot-starter-1.0.9.pom



Related Tutorials