is not current version
Last Version 8.0b5

org.javafxdata:datafx-core 1.0


Categories

Categories

Data JavaFX User Interface
GroupId

GroupId

org.javafxdata
ArtifactId

ArtifactId

datafx-core
Version

Version

1.0
Type

Type

jar

Download datafx-core 1.0


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