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