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