is not current version
Last Version 1.4

org.wicketopia:wicketopia-parent 1.0

A Rapid Application Development (RAD) library for the Apache Wicket framework

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketopia
ArtifactId

ArtifactId

wicketopia-parent
Version

Version

1.0
Type

Type

pom

Download wicketopia-parent 1.0


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