is not current version
Last Version 1.3.1

org.jfxtras:parent 1.0.0

The parent pom for the JFXtras project

GroupId

GroupId

org.jfxtras
ArtifactId

ArtifactId

parent
Version

Version

1.0.0
Type

Type

jar

Download parent 1.0.0


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