MVN

com.sencha.gxt : gxt

Maven & Gradle

Jul 24, 2014
26 usages

Sencha GXT

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

Latest Version

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

  • Latest Stable: 3.1.1
  • Latest Release Candidate: 3.0.0-rc2
  • Latest Beta: 3.1.0-beta

All Versions

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

Version Vulnerabilities Updated
3.1.x
gxt-3.1.1
gxt-3.1.0
gxt-3.1.0-beta
3.0.x
gxt-3.0.1
gxt-3.0.0
gxt-3.0.0-rc2
gxt-3.0.0-rc
gxt-3.0.0-beta4
gxt-3.0.0-beta3
gxt-3.0.0-beta2
gxt-3.0.0-beta1
gxt-3.0.0b

How to add a dependency to Maven

Add the following com.sencha.gxt : gxt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sencha.gxt</groupId>
    <artifactId>gxt</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sencha.gxt : gxt gradle dependency to your build.gradle file:

implementation 'com.sencha.gxt:gxt:3.1.1'

Gradle Kotlin DSL: Add the following com.sencha.gxt : gxt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sencha.gxt:gxt:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sencha.gxt : gxt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sencha.gxt" % "gxt" % "3.1.1"

Advertisement