| License | License | 
|---|---|
| Categories | CategoriesData JavaFX User Interface | 
| GroupId | GroupIdorg.javafxdata | 
| ArtifactId | ArtifactIddatafx-parent | 
| Last Version | Last Version8.0b5 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptiondatafx-parent Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| datafx-parent-8.0b5.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.javafxdata/datafx-parent/ -->
<dependency>
    <groupId>org.javafxdata</groupId>
    <artifactId>datafx-parent</artifactId>
    <version>8.0b5</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.javafxdata/datafx-parent/
implementation 'org.javafxdata:datafx-parent:8.0b5'// https://jarcasting.com/artifacts/org.javafxdata/datafx-parent/
implementation ("org.javafxdata:datafx-parent:8.0b5")'org.javafxdata:datafx-parent:pom:8.0b5'<dependency org="org.javafxdata" name="datafx-parent" rev="8.0b5">
  <artifact name="datafx-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.javafxdata', module='datafx-parent', version='8.0b5')
)libraryDependencies += "org.javafxdata" % "datafx-parent" % "8.0b5"[org.javafxdata/datafx-parent "8.0b5"]