Download wicket-core-6.23.0.jar file - Jar w

Jar examples for w:wicket-core

Description

Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favorite technology.

You can download jar file wicket-core 6.23.0 in this page.

License

Apache License

Build File

You can use the following script to add wicket-core-6.23.0.jar to your project.

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

Download

Click the following link to download the jar file.

wicket-core-6.23.0-javadoc.jar
wicket-core-6.23.0-sources.jar
wicket-core-6.23.0-test-sources.jar
wicket-core-6.23.0.jar
wicket-core-6.23.0.pom



Related Tutorials