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