is not current version
Last Version 0.17

org.apache.wicket:wicket-examples-parent 0.11

New examples structure for Apache Wicket

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.apache.wicket
ArtifactId

ArtifactId

wicket-examples-parent
Version

Version

0.11
Type

Type

pom

Download wicket-examples-parent 0.11


<!-- https://jarcasting.com/artifacts/org.apache.wicket/wicket-examples-parent/ -->
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-examples-parent</artifactId>
    <version>0.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-examples-parent/
implementation 'org.apache.wicket:wicket-examples-parent:0.11'
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-examples-parent/
implementation ("org.apache.wicket:wicket-examples-parent:0.11")
'org.apache.wicket:wicket-examples-parent:pom:0.11'
<dependency org="org.apache.wicket" name="wicket-examples-parent" rev="0.11">
  <artifact name="wicket-examples-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.wicket', module='wicket-examples-parent', version='0.11')
)
libraryDependencies += "org.apache.wicket" % "wicket-examples-parent" % "0.11"
[org.apache.wicket/wicket-examples-parent "0.11"]