is not current version
Last Version 9.10.0

org.apache.wicket:wicket 1.5-RC1

A module that creates a .jar from the classes in wicket, wicket-util and wicket-request modules. This way all users - Maven and non-Maven ones can depend only on the artifact produced by this module without bothering that Wicket core depends on other modules.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.apache.wicket
ArtifactId

ArtifactId

wicket
Version

Version

1.5-RC1
Type

Type

jar

Download wicket 1.5-RC1


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