Fork me on GitHub

Dependency Information

Apache Maven

  1. <dependency>
  2. <groupId>com.github.gwtbootstrap</groupId>
  3. <artifactId>gwt-bootstrap</artifactId>
  4. <version>2.3.2.1-SNAPSHOT</version>
  5. </dependency>

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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