Skip to content

gjordi/gwt-jsni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gwt-jsni

JSNI utilities for GWT projects.

Usage

Add the dependency to your Maven POM:

<dependency>
	<groupId>com.bytebybyte.gwt</groupId>
	<artifactId>jsni</artifactId>
	<version>1.0.0</version>
	<scope>provided</scope>
</dependency>

And to your .gwt.xml file:

<module>
	...
	<inherits name="com.bytebybyte.gwt.jsni.JSNI" />
	...
</module>

About

JSNI utilities for GWT projects.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages