MVN

de.gsi.dataset : chartfx-dataset

Maven & Gradle

Nov 09, 2021
10 usages
318 stars

dataset · Container for handling different types of datasets with metadata, uncertainties, etc. Provides interfaces for the charting and math library to use.

<dependency>
    <groupId>de.gsi.dataset</groupId>
    <artifactId>chartfx-dataset</artifactId>
    <version>11.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.gsi.dataset : chartfx-dataset to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.2.6

All Versions

Choose a version of de.gsi.dataset : chartfx-dataset to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.2.x
chartfx-dataset-11.2.6
chartfx-dataset-11.2.5
chartfx-dataset-11.2.4
chartfx-dataset-11.2.3
chartfx-dataset-11.2.2
chartfx-dataset-11.2.1
chartfx-dataset-11.2.0
11.1.x
chartfx-dataset-11.1.5
chartfx-dataset-11.1.4
chartfx-dataset-11.1.3
chartfx-dataset-11.1.2
chartfx-dataset-11.1.1
chartfx-dataset-11.1.0
11.0.x
chartfx-dataset-11.0.4
chartfx-dataset-11.0.3
chartfx-dataset-11.0.2
chartfx-dataset-11.0.1
chartfx-dataset-11.0.0
8.1.x
chartfx-dataset-8.1.5
chartfx-dataset-8.1.4
chartfx-dataset-8.1.3
chartfx-dataset-8.1.1
chartfx-dataset-8.1.0
8.0.x
chartfx-dataset-8.0.4
chartfx-dataset-8.0.3
chartfx-dataset-8.0.2
chartfx-dataset-8.0.1
chartfx-dataset-8.0.0

How to add a dependency to Maven

Add the following de.gsi.dataset : chartfx-dataset maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.gsi.dataset</groupId>
    <artifactId>chartfx-dataset</artifactId>
    <version>11.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.gsi.dataset : chartfx-dataset gradle dependency to your build.gradle file:

implementation 'de.gsi.dataset:chartfx-dataset:11.2.6'

Gradle Kotlin DSL: Add the following de.gsi.dataset : chartfx-dataset gradle kotlin dependency to your build.gradle.kts file:

implementation("de.gsi.dataset:chartfx-dataset:11.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.gsi.dataset : chartfx-dataset sbt scala dependency to your build.sbt file:

libraryDependencies += "de.gsi.dataset" % "chartfx-dataset" % "11.2.6"