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