Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.gwtbootstrap</groupId>
  <artifactId>gwt-bootstrap</artifactId>
  <version>2.3.2.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.gwtbootstrap:gwt-bootstrap:jar:2.3.2.1-SNAPSHOT'

Apache Ant

<dependency org="com.github.gwtbootstrap" name="gwt-bootstrap" rev="2.3.2.1-SNAPSHOT">
  <artifact name="gwt-bootstrap" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.gwtbootstrap', module='gwt-bootstrap', version='2.3.2.1-SNAPSHOT')
)

Grails

compile 'com.github.gwtbootstrap:gwt-bootstrap:2.3.2.1-SNAPSHOT'

Leiningen

[com.github.gwtbootstrap/gwt-bootstrap "2.3.2.1-SNAPSHOT"]

SBT

libraryDependencies += "com.github.gwtbootstrap" %% "gwt-bootstrap" % "2.3.2.1-SNAPSHOT"