| License | License | 
|---|---|
| Categories | CategoriesWicket User Interface Web Frameworks | 
| GroupId | GroupIdorg.wicketopia | 
| ArtifactId | ArtifactIdwicketopia-example | 
| Last Version | Last Version1.4 | 
| Release Date | Release Date | 
| Type | Typewar | 
| Description | DescriptionWicketopia Example Application A Rapid Application Development (RAD) library for the Apache Wicket framework | 
| Filename | Size | 
|---|---|
| wicketopia-example-1.4.pom | |
| wicketopia-example-1.4.war | 19 MB | 
| wicketopia-example-1.4-sources.jar | 52 KB | 
| wicketopia-example-1.4-javadoc.jar | 178 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.wicketopia/wicketopia-example/ -->
<dependency>
    <groupId>org.wicketopia</groupId>
    <artifactId>wicketopia-example</artifactId>
    <version>1.4</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.wicketopia/wicketopia-example/
implementation 'org.wicketopia:wicketopia-example:1.4'// https://jarcasting.com/artifacts/org.wicketopia/wicketopia-example/
implementation ("org.wicketopia:wicketopia-example:1.4")'org.wicketopia:wicketopia-example:war:1.4'<dependency org="org.wicketopia" name="wicketopia-example" rev="1.4">
  <artifact name="wicketopia-example" type="war" />
</dependency>@Grapes(
@Grab(group='org.wicketopia', module='wicketopia-example', version='1.4')
)libraryDependencies += "org.wicketopia" % "wicketopia-example" % "1.4"[org.wicketopia/wicketopia-example "1.4"]| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 | 
| javax.servlet.jsp : javax.servlet.jsp-api | jar | 2.2.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 6.8 | 
| org.wicketopia : wicketopia | test-jar | 1.4 | 
| org.eclipse.jetty.aggregate : jetty-all | jar | 8.1.9.v20130131 |