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