Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 2.39 KB

README.md

File metadata and controls

33 lines (28 loc) · 2.39 KB

GwtBootstrap3 Build Status Maven Central

GWTBootstrap3 is a wrapper for 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 to your project

You can easily add GWTBootstrap3 to your project by including the library as a Maven dependency.

<dependency>
    <groupId>org.gwtbootstrap3</groupId>
    <artifactId>gwtbootstrap3</artifactId>
    <version>VERSION</version>
    <scope>provided</scope>
</dependency>

Current Release

  • 0.9.4 - Released on 21 February 2017.
    • Based on Bootstrap v3.3.7
  • Demo - The GWTBootstrap3 0.9.4 Demo.
  • API Docs - The GWTBootstrap3 0.9.4 API Javadoc.
  • Supported Features - Current releases supported features.

Current Snapshot

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

Resources

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