is not current version
Last Version 1.5.13

org.wicketstuff:jdk-1.5-parent 1.5.9

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.9
Type

Type

pom

Download jdk-1.5-parent 1.5.9

Filename Size
jdk-1.5-parent-1.5.9.pom 5 KB
Browse

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