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