License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-mount-example |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionwicket-mount-example
WicketStuff Core Parent is the parent project for all of the core WicketStuff projects. It tries
to unify the WS projects into a common structure that shares a common build / release cycle. This
will hopefully keep WicketStuff projects more in sync with Wicket and make it easier on new users.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-example/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-mount-example</artifactId>
<version>9.10.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-example/
implementation 'org.wicketstuff:wicket-mount-example:9.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-example/
implementation ("org.wicketstuff:wicket-mount-example:9.10.0")
'org.wicketstuff:wicket-mount-example:war:9.10.0'
<dependency org="org.wicketstuff" name="wicket-mount-example" rev="9.10.0">
<artifact name="wicket-mount-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-mount-example', version='9.10.0')
)
libraryDependencies += "org.wicketstuff" % "wicket-mount-example" % "9.10.0"
[org.wicketstuff/wicket-mount-example "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.wicketstuff : wicket-mount | jar | 9.10.0 |
org.apache.wicket : wicket-core | jar | 9.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.36 |
org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.eclipse.jetty.aggregate : jetty-all | jar | 9.4.46.v20220331 |