is not current version
Last Version 6.20.0

org.wicketstuff:jdk-1.6-parent 1.4.14

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

Type

pom

Download jdk-1.6-parent 1.4.14


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