License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-mount-core |
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-core-9.10.0.pom | |
wicket-mount-core-9.10.0.jar | 12 KB |
wicket-mount-core-9.10.0-sources.jar | 8 KB |
wicket-mount-core-9.10.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-core/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-mount-core</artifactId>
<version>9.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-core/
implementation 'org.wicketstuff:wicket-mount-core:9.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-core/
implementation ("org.wicketstuff:wicket-mount-core:9.10.0")
'org.wicketstuff:wicket-mount-core:jar:9.10.0'
<dependency org="org.wicketstuff" name="wicket-mount-core" rev="9.10.0">
<artifact name="wicket-mount-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-mount-core', version='9.10.0')
)
libraryDependencies += "org.wicketstuff" % "wicket-mount-core" % "9.10.0"
[org.wicketstuff/wicket-mount-core "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 9.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |