Download wicket-source-6.0.0.8.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 6.0.0.8 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials