/gwtbootstrap3-extras

Extra (third party) wrappers for GwtBootstrap3

Primary LanguageJavaApache License 2.0Apache-2.0

#GwtBootstrap3-Extras Build Status Maven Central

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).

###Add GWTBootstrap3-Extras to your project 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>

###Current Release

  • 0.9.3 - Released on 24 February 2016.
    • Based on GwtBootstrap v0.9.3
  • Demo - The GWTBootstrap3 0.9.3 Demo.
  • API Docs - The GWTBootstrap3-Extras 0.9.3 API Javadoc.

###Current Snapshot

  • 1.0-SNAPSHOT
  • Snapshot Demo - GWTBootstrap3 v1.0-SNAPSHOT Demo. (Updated after every commit)
  • API Docs - GWTBootstrap3-Extras v1.0-SNAPSHOT Javadoc. (Updated after every commit)

###Resources

Join the chat at https://gitter.im/gwtbootstrap3/gwtbootstrap3