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