License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-mount-parent |
Version | Version9.3.0 |
Type | Typepom |
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wicket-mount-parent-9.3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-mount-parent</artifactId>
<version>9.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-parent/
implementation 'org.wicketstuff:wicket-mount-parent:9.3.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-parent/
implementation ("org.wicketstuff:wicket-mount-parent:9.3.0")
'org.wicketstuff:wicket-mount-parent:pom:9.3.0'
<dependency org="org.wicketstuff" name="wicket-mount-parent" rev="9.3.0">
<artifact name="wicket-mount-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-mount-parent', version='9.3.0')
)
libraryDependencies += "org.wicketstuff" % "wicket-mount-parent" % "9.3.0"
[org.wicketstuff/wicket-mount-parent "9.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 9.3.0 |