| License | License | 
|---|---|
| Categories | CategoriesData | 
| GroupId | GroupIdio.datafx | 
| ArtifactId | ArtifactIdcore | 
| Last Version | Last Version8.0.7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionDataFX Visualizing Enterprise Data in JavaFX | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| core-8.0.7.pom | |
| core-8.0.7.jar | 37 KB | 
| core-8.0.7-sources.jar | 33 KB | 
| core-8.0.7-javadoc.jar | 89 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.datafx/core/ -->
<dependency>
    <groupId>io.datafx</groupId>
    <artifactId>core</artifactId>
    <version>8.0.7</version>
</dependency>// https://jarcasting.com/artifacts/io.datafx/core/
implementation 'io.datafx:core:8.0.7'// https://jarcasting.com/artifacts/io.datafx/core/
implementation ("io.datafx:core:8.0.7")'io.datafx:core:jar:8.0.7'<dependency org="io.datafx" name="core" rev="8.0.7">
  <artifact name="core" type="jar" />
</dependency>@Grapes(
@Grab(group='io.datafx', module='core', version='8.0.7')
)libraryDependencies += "io.datafx" % "core" % "8.0.7"[io.datafx/core "8.0.7"]