MVN

com.github.gwtmaterialdesign : gwt-material-am4charts

Maven & Gradle

Jul 27, 2023
406 stars

Gwt Material AmCharts V4 · Amcharts Version 4 for GMD

<dependency>
    <groupId>com.github.gwtmaterialdesign</groupId>
    <artifactId>gwt-material-am4charts</artifactId>
    <version>2.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gwtmaterialdesign : gwt-material-am4charts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.0
  • Latest Release Candidate: 2.6.0-rc1

All Versions

Choose a version of com.github.gwtmaterialdesign : gwt-material-am4charts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
gwt-material-am4charts-2.8.0
2.7.x
gwt-material-am4charts-2.7.1
gwt-material-am4charts-2.7.0
2.6.x
gwt-material-am4charts-2.6.1
gwt-material-am4charts-2.6.0
gwt-material-am4charts-2.6.0-rc1
2.5.x
gwt-material-am4charts-2.5.0
gwt-material-am4charts-2.5.0-rc1
2.4.x
gwt-material-am4charts-2.4.2
gwt-material-am4charts-2.4.1
gwt-material-am4charts-2.4.0
gwt-material-am4charts-2.4.0-rc2
gwt-material-am4charts-2.4.0-rc1
2.3.x
gwt-material-am4charts-2.3.2
gwt-material-am4charts-2.3.0
2.2
gwt-material-am4charts-2.2
gwt-material-am4charts-2.2-rc1
1.0
gwt-material-am4charts-1.0

How to add a dependency to Maven

Add the following com.github.gwtmaterialdesign : gwt-material-am4charts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.gwtmaterialdesign</groupId>
    <artifactId>gwt-material-am4charts</artifactId>
    <version>2.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gwtmaterialdesign : gwt-material-am4charts gradle dependency to your build.gradle file:

implementation 'com.github.gwtmaterialdesign:gwt-material-am4charts:2.8.0'

Gradle Kotlin DSL: Add the following com.github.gwtmaterialdesign : gwt-material-am4charts gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gwtmaterialdesign:gwt-material-am4charts:2.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gwtmaterialdesign : gwt-material-am4charts sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gwtmaterialdesign" % "gwt-material-am4charts" % "2.8.0"

Advertisement