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