Download mgwt-2.0.0.jar file - Jar m

Jar examples for m:mgwt

Description

using gwt to write mobile (native) apps. This is a gwt 2.7.0 compatible version of the 1.2.0-SNAPSHOT version, because 2.0 has some unresolved problems and the last stable before (1.1.2) isn't compatible with gwt > 2.5.

You can download jar file mgwt 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mgwt-2.0.0.jar to your project.

<dependency>
   <groupId>com.googlecode.mgwt</groupId>
   <artifactId>mgwt</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.googlecode.mgwt', name: 'mgwt', version: '2.0.0'
libraryDependencies += "com.googlecode.mgwt" % "mgwt" % "2.0.0"
<dependency org="com.googlecode.mgwt" name="mgwt" rev="2.0.0"/>
@Grapes(@Grab(group='com.googlecode.mgwt', module='mgwt', version='2.0.0'))
'com.googlecode.mgwt:mgwt:jar:2.0.0'

Download

Click the following link to download the jar file.

mgwt-2.0.0-javadoc.jar
mgwt-2.0.0-sources.jar
mgwt-2.0.0.jar
mgwt-2.0.0.pom



Related Tutorials