is not current version
Last Version 3.0.1

com.sencha.gxt:gxt-release 3.0.0-beta4

This project represents a full ExtGWT release, available for download by non-maven users. Maven users should make use of the artifacts in central, or the snapshots made available by the ExtGWT team.

GroupId

GroupId

com.sencha.gxt
ArtifactId

ArtifactId

gxt-release
Version

Version

3.0.0-beta4
Type

Type

pom

Download gxt-release 3.0.0-beta4


<!-- https://jarcasting.com/artifacts/com.sencha.gxt/gxt-release/ -->
<dependency>
    <groupId>com.sencha.gxt</groupId>
    <artifactId>gxt-release</artifactId>
    <version>3.0.0-beta4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sencha.gxt/gxt-release/
implementation 'com.sencha.gxt:gxt-release:3.0.0-beta4'
// https://jarcasting.com/artifacts/com.sencha.gxt/gxt-release/
implementation ("com.sencha.gxt:gxt-release:3.0.0-beta4")
'com.sencha.gxt:gxt-release:pom:3.0.0-beta4'
<dependency org="com.sencha.gxt" name="gxt-release" rev="3.0.0-beta4">
  <artifact name="gxt-release" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sencha.gxt', module='gxt-release', version='3.0.0-beta4')
)
libraryDependencies += "com.sencha.gxt" % "gxt-release" % "3.0.0-beta4"
[com.sencha.gxt/gxt-release "3.0.0-beta4"]