Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 1.73 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.73 KB

GwtBootstrap3-Extras Build Status Maven Central

Note: This project is inactive.

=======

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>

Final Release

  • 1.0.2 - Released on 15 November 2019.
    • Based on GwtBootstrap3 v1.0.1
  • 1.0.0 - Released on 19 September 2019.
    • Based on GwtBootstrap3 v1.0.0
  • Demo - The GWTBootstrap3 1.0.0 Demo.
  • API Docs - The GWTBootstrap3-Extras 1.0.0 API Javadoc.

Resources