j

jdk-1.5-parent

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