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