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