is not current version
Last Version 7.0.0

org.wicketstuff:jdk-1.7-parent 6.12.0

Wicketstuff core modules that require to be build using Java 7. Typically this is because of a Java 7 feature requirement or Java 7 compiled upstream dependency.

Categories

Categories

Java Languages Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

jdk-1.7-parent
Version

Version

6.12.0
Type

Type

pom

Download jdk-1.7-parent 6.12.0


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