Download wicket-devutils-1.4.12.jar file - Jar w

Jar examples for w:wicket-devutils

Description

Wicket development utilities provide helpful features that are typically used during development only, but may be turned on for additional production debugging.

You can download jar file wicket-devutils 1.4.12 in this page.

License

Apache License

Build File

You can use the following script to add wicket-devutils-1.4.12.jar to your project.

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

Download

Click the following link to download the jar file.

wicket-devutils-1.4.12-javadoc.jar
wicket-devutils-1.4.12-sources.jar
wicket-devutils-1.4.12-tests.jar
wicket-devutils-1.4.12.jar
wicket-devutils-1.4.12.pom



Related Tutorials