Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

Using GWT Bootstrap SNAPSHOTS version with Maven

soundTricker edited this page Apr 2, 2013 · 4 revisions

First add a repository to your pom.xml

 <repository>
     <id>sonatype</id>
     <url>http://oss.sonatype.org/content/repositories/snapshots</url>
     <snapshots><enabled>true</enabled></snapshots>
     <releases><enabled>false</enabled></releases>
 </repository>

Then add the dependency:

<dependency>
    <groupId>com.github.gwtbootstrap</groupId>
    <artifactId>gwt-bootstrap</artifactId>
    <version>2.2.2.0-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

Now, just run mvn process-resources to download the jar files. You can also take a look at Javadocs to learn how to use it.

Clone this wiki locally
Morty Proxy This is a proxified and sanitized view of the page, visit original site.