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