не последняя версия
Последняя версия 11.2.7

de.gsi:chartfx 11.1.1

This charting library ${project.artifactId}- is an extension in the spirit of Oracle's XYChart and performance/time-proven JDataViewer charting functionalities. Emphasis was put on plotting performance for both large number of data points and real-time displays, as well as scientific accuracies leading to error bar/surface plots, and other scientific plotting features (parameter measurements, fitting, multiple axes, zoom, ...). The library also contains a small set of math routines that can operate directly on the DataSet primitive for fitting, computing spectra, linear algebra, FIR/IIR filtering, and other functionalities common to signal processing.

Группа

Группа

de.gsi
Идентификатор

Идентификатор

chartfx
Версия

Версия

11.1.1
Тип

Тип

pom

Скачать chartfx 11.1.1

Имя Файла Размер
chartfx-11.1.1.pom 8 KB
Обзор

<!-- https://jarcasting.com/artifacts/de.gsi/chartfx/ -->
<dependency>
    <groupId>de.gsi</groupId>
    <artifactId>chartfx</artifactId>
    <version>11.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.gsi/chartfx/
implementation 'de.gsi:chartfx:11.1.1'
// https://jarcasting.com/artifacts/de.gsi/chartfx/
implementation ("de.gsi:chartfx:11.1.1")
'de.gsi:chartfx:pom:11.1.1'
<dependency org="de.gsi" name="chartfx" rev="11.1.1">
  <artifact name="chartfx" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.gsi', module='chartfx', version='11.1.1')
)
libraryDependencies += "de.gsi" % "chartfx" % "11.1.1"
[de.gsi/chartfx "11.1.1"]