Download wicket-source-7.0.0.jar file - Jar w

Jar examples for w:wicket-source

Description

Wicket-source displays component instantiation location in an html attribute, speeding the modification of existing wicket pages.

You can download jar file wicket-source 7.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add wicket-source-7.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

wicket-source-7.0.0-javadoc.jar
wicket-source-7.0.0-sources.jar
wicket-source-7.0.0.jar
wicket-source-7.0.0.pom



Related Tutorials