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