Download gxt-3.0.0b.jar file - Jar g

Jar examples for g:gxt

Description

Rich Internet Application Framework for GWT

You can download jar file gxt 3.0.0b in this page.

License

GNU GPL license v3

Build File

You can use the following script to add gxt-3.0.0b.jar to your project.

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

Download

Click the following link to download the jar file.

gxt-3.0.0b-javadoc.jar
gxt-3.0.0b-sources.jar
gxt-3.0.0b.jar
gxt-3.0.0b.pom



Related Tutorials