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