is not current version
Last Version 1.5.13

org.wicketstuff:jdk-1.5-parent 1.5-RC7

Wicketstuff core modules that can be built using java 5.

Categories

Categories

Java Languages Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

jdk-1.5-parent
Version

Version

1.5-RC7
Type

Type

pom

Download jdk-1.5-parent 1.5-RC7


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