Skip to content

gjordi/gwt-bootstrap-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gwt-bootstrap-lib

Bootstrap library for GWT projects.

Usage

Add the dependencies to your Maven POM:

<dependency>
	<groupId>com.bytebybyte.gwt</groupId>
	<artifactId>jquery-lib</artifactId>
	<version>2.1.3</version>
	<scope>provided</scope>
</dependency>
<dependency>
	<groupId>com.bytebybyte.gwt</groupId>
	<artifactId>bootstrap-lib</artifactId>
	<version>3.3.4</version>
	<scope>provided</scope>
</dependency>

And to your .gwt.xml file:

<module>
	...
	<inherits name="com.bytebybyte.gwt.bootstrap.BootstrapLib" />
	...
</module>

About

Bootstrap Library for GWT Projects

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages