Download wicket-spring-6.13.0.jar file - Jar w

Jar examples for w:wicket-spring

Description

Integration project to use Spring injection in your Wicket applications. See the wicket-spring-examples for integration patterns.

You can download jar file wicket-spring 6.13.0 in this page.

License

Apache License

Build File

You can use the following script to add wicket-spring-6.13.0.jar to your project.

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

Download

Click the following link to download the jar file.

wicket-spring-6.13.0-javadoc.jar
wicket-spring-6.13.0-sources.jar
wicket-spring-6.13.0-test-sources.jar
wicket-spring-6.13.0.jar
wicket-spring-6.13.0.pom



Related Tutorials