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