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