Download gwt-dev-1.5.3.jar file - Jar g

Jar examples for g:gwt-dev

Description

The GWT Development Library supports the Java to javascript compiler and the hosted mode runtime.

You can download jar file gwt-dev 1.5.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gwt-dev-1.5.3.jar to your project.

<dependency>
   <groupId>com.google.gwt</groupId>
   <artifactId>gwt-dev</artifactId>
   <version>1.5.3</version>
</dependency>
compile group: 'com.google.gwt', name: 'gwt-dev', version: '1.5.3'
libraryDependencies += "com.google.gwt" % "gwt-dev" % "1.5.3"
<dependency org="com.google.gwt" name="gwt-dev" rev="1.5.3"/>
@Grapes(@Grab(group='com.google.gwt', module='gwt-dev', version='1.5.3'))
'com.google.gwt:gwt-dev:jar:1.5.3'

Download

Click the following link to download the jar file.

gwt-dev-1.5.3-javadoc.jar
gwt-dev-1.5.3-linux.jar
gwt-dev-1.5.3-mac.jar
gwt-dev-1.5.3.pom
gwt-dev-1.5.3-windows.jar



Related Tutorials