w

wicket

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.
Files download
File Operation
wicket-1.5-RC1.jar download
wicket-1.5-RC1.pom download
wicket-1.5-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.wicket</groupId>
  <artifactId>wicket</artifactId>
  <version>1.5-RC1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.wicket:wicket:1.5-RC1'
Gradle Kotlin
implementation("org.apache.wicket:wicket:1.5-RC1")
Scala SBT
libraryDependencies += "org.apache.wicket" % "wicket" % "1.5-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.wicket', module='wicket', version='1.5-RC1')
)
Apache Ivy
<dependency org="org.apache.wicket" name="wicket" rev="1.5-RC1" />
Leiningen
[org.apache.wicket/wicket "1.5-RC1"]
Apache Buildr
'org.apache.wicket:wicket:jar:1.5-RC1'