j

jdk-1.7-parent

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.
Files download
File Operation
jdk-1.7-parent-7.0.0-M6.pom download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>jdk-1.7-parent</artifactId>
  <version>7.0.0-M6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:jdk-1.7-parent:7.0.0-M6'
Gradle Kotlin
implementation("org.wicketstuff:jdk-1.7-parent:7.0.0-M6")
Scala SBT
libraryDependencies += "org.wicketstuff" % "jdk-1.7-parent" % "7.0.0-M6"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='jdk-1.7-parent', version='7.0.0-M6')
)
Apache Ivy
<dependency org="org.wicketstuff" name="jdk-1.7-parent" rev="7.0.0-M6" />
Leiningen
[org.wicketstuff/jdk-1.7-parent "7.0.0-M6"]
Apache Buildr
'org.wicketstuff:jdk-1.7-parent:jar:7.0.0-M6'