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