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