is not current version
Last Version 9.10.0

org.apache.wicket:wicket 1.4-m3

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.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.apache.wicket
ArtifactId

ArtifactId

wicket
Version

Version

1.4-m3
Type

Type

jar

Download wicket 1.4-m3


<!-- https://jarcasting.com/artifacts/org.apache.wicket/wicket/ -->
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket</artifactId>
    <version>1.4-m3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wicket/wicket/
implementation 'org.apache.wicket:wicket:1.4-m3'
// https://jarcasting.com/artifacts/org.apache.wicket/wicket/
implementation ("org.apache.wicket:wicket:1.4-m3")
'org.apache.wicket:wicket:jar:1.4-m3'
<dependency org="org.apache.wicket" name="wicket" rev="1.4-m3">
  <artifact name="wicket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.wicket', module='wicket', version='1.4-m3')
)
libraryDependencies += "org.apache.wicket" % "wicket" % "1.4-m3"
[org.apache.wicket/wicket "1.4-m3"]