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