is not current version
Last Version 9.10.0

Wicket 9.4.0

A module that provides dependencies to all core submodules needed to run Wicket application. This way Maven users can depend only on this module without bothering that Wicket core depends on several modules.

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.apache.wicket
ArtifactId

ArtifactId

wicket
Version

Version

9.4.0
Type

Type

pom
Description

Description

Wicket
A module that provides dependencies to all core submodules needed to run Wicket application. This way Maven users can depend only on this module without bothering that Wicket core depends on several modules.
Project Organization

Project Organization

Apache Software Foundation

Download wicket 9.4.0

Filename Size
wicket-9.4.0.pom 2 KB
Browse

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.wicket : wicket-core jar 9.4.0
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.2
org.mockito : mockito-core jar 3.11.2
org.slf4j : jcl-over-slf4j jar 1.7.25
org.slf4j : slf4j-log4j12 jar 1.7.25

Project Modules

There are no modules declared in this project.