is not current version
Last Version 6.20.0

org.wicketstuff:jdk-1.6-parent 1.5.3

Wicketstuff core modules that can be built using java 6.

Categories

Categories

Java Languages Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

jdk-1.6-parent
Version

Version

1.5.3
Type

Type

pom

Download jdk-1.6-parent 1.5.3

Filename Size
jdk-1.6-parent-1.5.3.pom 1 KB
Browse

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