MVN

org.knowm.xchart : xchart-demo

Maven & Gradle

Jul 30, 2023
1.3k stars

XChart Demo · A Swing App demonstration of various charts using XChart

<dependency>
    <groupId>org.knowm.xchart</groupId>
    <artifactId>xchart-demo</artifactId>
    <version>3.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.knowm.xchart : xchart-demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.5

All Versions

Choose a version of org.knowm.xchart : xchart-demo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8.x
xchart-demo-3.8.5
xchart-demo-3.8.4
xchart-demo-3.8.3
xchart-demo-3.8.2
xchart-demo-3.8.1
xchart-demo-3.8.0
3.7.x
xchart-demo-3.7.0
3.6.x
xchart-demo-3.6.6
xchart-demo-3.6.5
xchart-demo-3.6.4
xchart-demo-3.6.3
xchart-demo-3.6.2
xchart-demo-3.6.1
xchart-demo-3.6.0
3.5.x
xchart-demo-3.5.4
xchart-demo-3.5.3
xchart-demo-3.5.2
xchart-demo-3.5.1
xchart-demo-3.5.0
3.4.x
xchart-demo-3.4.0
3.3.x
xchart-demo-3.3.1
xchart-demo-3.3.0
3.2.x
xchart-demo-3.2.2
xchart-demo-3.2.1
xchart-demo-3.2.0
3.1.x
xchart-demo-3.1.0
3.0.x
xchart-demo-3.0.4
xchart-demo-3.0.3
xchart-demo-3.0.2
xchart-demo-3.0.1
xchart-demo-3.0.0
2.6.x
xchart-demo-2.6.1
xchart-demo-2.6.0

How to add a dependency to Maven

Add the following org.knowm.xchart : xchart-demo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.knowm.xchart</groupId>
    <artifactId>xchart-demo</artifactId>
    <version>3.8.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.knowm.xchart : xchart-demo gradle dependency to your build.gradle file:

implementation 'org.knowm.xchart:xchart-demo:3.8.5'

Gradle Kotlin DSL: Add the following org.knowm.xchart : xchart-demo gradle kotlin dependency to your build.gradle.kts file:

implementation("org.knowm.xchart:xchart-demo:3.8.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.knowm.xchart : xchart-demo sbt scala dependency to your build.sbt file:

libraryDependencies += "org.knowm.xchart" % "xchart-demo" % "3.8.5"

Advertisement