MVN

com.sencha.gxt : gxt-release

Maven & Gradle

Aug 13, 2012

Sencha GXT Release package · 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.

<dependency>
    <groupId>com.sencha.gxt</groupId>
    <artifactId>gxt-release</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sencha.gxt : gxt-release to add to Maven - Latest Versions:

  • Latest Stable: 3.0.1
  • Latest Release Candidate: 3.0.0-rc2
  • Latest Beta: 3.0.0-beta4

All Versions

Choose a version of com.sencha.gxt : gxt-release to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
gxt-release-3.0.1
gxt-release-3.0.0
gxt-release-3.0.0-rc2
gxt-release-3.0.0-rc
gxt-release-3.0.0-beta4
gxt-release-3.0.0-beta3
gxt-release-3.0.0-beta2
gxt-release-3.0.0-beta1
gxt-release-3.0.0b

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.sencha.gxt</groupId>
    <artifactId>gxt-release</artifactId>
    <version>3.0.1</version>
</dependency>