j

jdk-1.6-parent

Wicketstuff core modules that can be built using java 6.
Files download
File Operation
jdk-1.6-parent-6.12.0.pom download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>jdk-1.6-parent</artifactId>
  <version>6.12.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:jdk-1.6-parent:6.12.0'
Gradle Kotlin
implementation("org.wicketstuff:jdk-1.6-parent:6.12.0")
Scala SBT
libraryDependencies += "org.wicketstuff" % "jdk-1.6-parent" % "6.12.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='jdk-1.6-parent', version='6.12.0')
)
Apache Ivy
<dependency org="org.wicketstuff" name="jdk-1.6-parent" rev="6.12.0" />
Leiningen
[org.wicketstuff/jdk-1.6-parent "6.12.0"]
Apache Buildr
'org.wicketstuff:jdk-1.6-parent:jar:6.12.0'