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