GroupId | GroupIdde.gsi.math |
---|---|
ArtifactId | ArtifactIdchartfx-math |
Version | Version8.1.4 |
Type | Typejar |
Filename | Size |
---|---|
chartfx-math-8.1.4.pom | |
chartfx-math-8.1.4.jar | 417 KB |
chartfx-math-8.1.4-sources.jar | 328 KB |
chartfx-math-8.1.4-javadoc.jar | 729 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.gsi.math/chartfx-math/ -->
<dependency>
<groupId>de.gsi.math</groupId>
<artifactId>chartfx-math</artifactId>
<version>8.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.gsi.math/chartfx-math/
implementation 'de.gsi.math:chartfx-math:8.1.4'
// https://jarcasting.com/artifacts/de.gsi.math/chartfx-math/
implementation ("de.gsi.math:chartfx-math:8.1.4")
'de.gsi.math:chartfx-math:jar:8.1.4'
<dependency org="de.gsi.math" name="chartfx-math" rev="8.1.4">
<artifact name="chartfx-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.gsi.math', module='chartfx-math', version='8.1.4')
)
libraryDependencies += "de.gsi.math" % "chartfx-math" % "8.1.4"
[de.gsi.math/chartfx-math "8.1.4"]