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