| GroupId | GroupIdcom.extjs | 
|---|---|
| ArtifactId | ArtifactIdgxt | 
| Version | Version2.3.1a-gwt17 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| gxt-2.3.1a-gwt17.pom | |
| gxt-2.3.1a-gwt17.jar | 2 MB | 
| gxt-2.3.1a-gwt17-sources.jar | 897 KB | 
| gxt-2.3.1a-gwt17-javadoc.jar | 3 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.extjs/gxt/ -->
<dependency>
    <groupId>com.extjs</groupId>
    <artifactId>gxt</artifactId>
    <version>2.3.1a-gwt17</version>
</dependency>// https://jarcasting.com/artifacts/com.extjs/gxt/
implementation 'com.extjs:gxt:2.3.1a-gwt17'// https://jarcasting.com/artifacts/com.extjs/gxt/
implementation ("com.extjs:gxt:2.3.1a-gwt17")'com.extjs:gxt:jar:2.3.1a-gwt17'<dependency org="com.extjs" name="gxt" rev="2.3.1a-gwt17">
  <artifact name="gxt" type="jar" />
</dependency>@Grapes(
@Grab(group='com.extjs', module='gxt', version='2.3.1a-gwt17')
)libraryDependencies += "com.extjs" % "gxt" % "2.3.1a-gwt17"[com.extjs/gxt "2.3.1a-gwt17"]