License |
License |
---|---|
GroupId | GroupIdcom.extjs |
ArtifactId | ArtifactIdgxt |
Last Version | Last Version2.3.1-gwt22 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSencha GXT
Rich Internet Application Framework for GWT
|
Project URL |
Project URL |
Filename | Size |
---|---|
gxt-2.3.1-gwt22.pom | |
gxt-2.3.1-gwt22.jar | 2 MB |
gxt-2.3.1-gwt22-sources.jar | 914 KB |
gxt-2.3.1-gwt22-javadoc.jar | 3 MB |
gxt-2.3.1-gwt22-gwt17.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.extjs/gxt/ -->
<dependency>
<groupId>com.extjs</groupId>
<artifactId>gxt</artifactId>
<version>2.3.1-gwt22</version>
</dependency>
// https://jarcasting.com/artifacts/com.extjs/gxt/
implementation 'com.extjs:gxt:2.3.1-gwt22'
// https://jarcasting.com/artifacts/com.extjs/gxt/
implementation ("com.extjs:gxt:2.3.1-gwt22")
'com.extjs:gxt:jar:2.3.1-gwt22'
<dependency org="com.extjs" name="gxt" rev="2.3.1-gwt22">
<artifact name="gxt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.extjs', module='gxt', version='2.3.1-gwt22')
)
libraryDependencies += "com.extjs" % "gxt" % "2.3.1-gwt22"
[com.extjs/gxt "2.3.1-gwt22"]