MVN

com.sencha.gxt : gxt-chart

Maven & Gradle

Jul 24, 2014
5 usages

Sencha GXT Chart

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

Latest Version

Choose a version of com.sencha.gxt : gxt-chart 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-chart to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement