| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.gsi.math |
| Идентификатор | Идентификаторchartfx-math |
| Последняя версия | Последняя версия11.2.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеmath
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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| chartfx-math-11.2.7.pom | |
| chartfx-math-11.2.7.jar | 420 KB |
| chartfx-math-11.2.7-sources.jar | 329 KB |
| chartfx-math-11.2.7-javadoc.jar | 726 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.gsi.math/chartfx-math/ -->
<dependency>
<groupId>de.gsi.math</groupId>
<artifactId>chartfx-math</artifactId>
<version>11.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.gsi.math/chartfx-math/
implementation 'de.gsi.math:chartfx-math:11.2.7'
// https://jarcasting.com/artifacts/de.gsi.math/chartfx-math/
implementation ("de.gsi.math:chartfx-math:11.2.7")
'de.gsi.math:chartfx-math:jar:11.2.7'
<dependency org="de.gsi.math" name="chartfx-math" rev="11.2.7">
<artifact name="chartfx-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.gsi.math', module='chartfx-math', version='11.2.7')
)
libraryDependencies += "de.gsi.math" % "chartfx-math" % "11.2.7"
[de.gsi.math/chartfx-math "11.2.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.gsi.dataset : chartfx-dataset | jar | 11.2.7 |
| com.github.wendykierp : JTransforms | jar | 3.1 |
| org.apache.commons : commons-math3 | jar | 3.6.1 |
| org.slf4j : slf4j-api | jar | 2.0.0-alpha0 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.jetbrains : annotations | jar | 21.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.jafama : jafama | jar | 2.3.1 |
| org.slf4j : slf4j-simple | jar | 2.0.0-alpha0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
| org.awaitility : awaitility | jar | 4.0.3 |
| de.sandec : JMemoryBuddy | jar | 0.2.6 |