=======
GWTBootstrap3-Extras is a collection of wrappers based on the GwtBootstrap3 for 3rd party extensions of Twitter Bootstrap, which helps you develop responsive, mobile first HTML, CSS, and JS projects on the web using Java and Google Web Toolkit (GWT).
You can easily add GWTBootstrap3-Extras to your project by including the library as a Maven dependency.
<dependency>
<groupId>org.gwtbootstrap3</groupId>
<artifactId>gwtbootstrap3-extras</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>