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