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