Download gwt-dev-2.8.0-beta1.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 2.8.0-beta1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

gwt-dev-2.8.0-beta1-javadoc.jar
gwt-dev-2.8.0-beta1-sources.jar
gwt-dev-2.8.0-beta1.jar
gwt-dev-2.8.0-beta1.pom



Related Tutorials