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