License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-mount-example |
Version | Version9.6.0 |
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 |
Filename | Size |
---|---|
wicket-mount-example-9.6.0.pom | |
wicket-mount-example-9.6.0.war | 5 MB |
wicket-mount-example-9.6.0-sources.jar | 11 KB |
wicket-mount-example-9.6.0-javadoc.jar | 453 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-example/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-mount-example</artifactId>
<version>9.6.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-example/
implementation 'org.wicketstuff:wicket-mount-example:9.6.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-example/
implementation ("org.wicketstuff:wicket-mount-example:9.6.0")
'org.wicketstuff:wicket-mount-example:war:9.6.0'
<dependency org="org.wicketstuff" name="wicket-mount-example" rev="9.6.0">
<artifact name="wicket-mount-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-mount-example', version='9.6.0')
)
libraryDependencies += "org.wicketstuff" % "wicket-mount-example" % "9.6.0"
[org.wicketstuff/wicket-mount-example "9.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.wicketstuff : wicket-mount | jar | 9.6.0 |
org.apache.wicket : wicket-core | jar | 9.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.31 |
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
org.eclipse.jetty.aggregate : jetty-all | jar | 9.4.44.v20210927 |