Download wicket-extensions-8.0.0-M9.jar file - Jar w

Jar examples for w:wicket-extensions

Description

Wicket Extensions is a rich component library for the Wicket framework.

You can download jar file wicket-extensions 8.0.0-M9 in this page.

License

Apache License

Build File

You can use the following script to add wicket-extensions-8.0.0-M9.jar to your project.

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

Download

Click the following link to download the jar file.

wicket-extensions-8.0.0-M9-javadoc.jar
wicket-extensions-8.0.0-M9-sources.jar
wicket-extensions-8.0.0-M9-test-sources.jar
wicket-extensions-8.0.0-M9.jar
wicket-extensions-8.0.0-M9.pom



Related Tutorials