j

jdk-1.5-parent

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