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