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