Download gwt-2.8.2.jar file - Jar g

Jar examples for g:gwt

Description

You can download jar file gwt 2.8.2 in this page.

License

Google Web Toolkit Terms

Build File

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

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

Download

Click the following link to download the jar file.

gwt-2.8.2.pom



Related Tutorials