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