License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-mount |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicketStuff 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-9.10.0.pom | |
wicket-mount-9.10.0.jar | 6 KB |
wicket-mount-9.10.0-sources.jar | 6 KB |
wicket-mount-9.10.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-mount</artifactId>
<version>9.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount/
implementation 'org.wicketstuff:wicket-mount:9.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount/
implementation ("org.wicketstuff:wicket-mount:9.10.0")
'org.wicketstuff:wicket-mount:jar:9.10.0'
<dependency org="org.wicketstuff" name="wicket-mount" rev="9.10.0">
<artifact name="wicket-mount" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-mount', version='9.10.0')
)
libraryDependencies += "org.wicketstuff" % "wicket-mount" % "9.10.0"
[org.wicketstuff/wicket-mount "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.wicketstuff : wicket-mount-core | jar | 9.10.0 |
org.apache.wicket : wicket-core | jar | 9.10.0 |