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