is not current version
Last Version 8.0.7

io.datafx:core 8.0

Visualizing Enterprise Data in JavaFX

Categories

Categories

Data
GroupId

GroupId

io.datafx
ArtifactId

ArtifactId

core
Version

Version

8.0
Type

Type

jar

Download core 8.0


<!-- https://jarcasting.com/artifacts/io.datafx/core/ -->
<dependency>
    <groupId>io.datafx</groupId>
    <artifactId>core</artifactId>
    <version>8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.datafx/core/
implementation 'io.datafx:core:8.0'
// https://jarcasting.com/artifacts/io.datafx/core/
implementation ("io.datafx:core:8.0")
'io.datafx:core:jar:8.0'
<dependency org="io.datafx" name="core" rev="8.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datafx', module='core', version='8.0')
)
libraryDependencies += "io.datafx" % "core" % "8.0"
[io.datafx/core "8.0"]