License |
License |
---|---|
GroupId | GroupIdorg.jfxtras |
ArtifactId | ArtifactIdjfxtras-parent |
Last Version | Last Version17-r1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJFXtras parent
Miscellaneous components for JavaFX
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jfxtras-parent-17-r1.pom | 14 KB |
jfxtras-parent-17-r1-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jfxtras/jfxtras-parent/ -->
<dependency>
<groupId>org.jfxtras</groupId>
<artifactId>jfxtras-parent</artifactId>
<version>17-r1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-parent/
implementation 'org.jfxtras:jfxtras-parent:17-r1'
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-parent/
implementation ("org.jfxtras:jfxtras-parent:17-r1")
'org.jfxtras:jfxtras-parent:jar:17-r1'
<dependency org="org.jfxtras" name="jfxtras-parent" rev="17-r1">
<artifact name="jfxtras-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxtras', module='jfxtras-parent', version='17-r1')
)
libraryDependencies += "org.jfxtras" % "jfxtras-parent" % "17-r1"
[org.jfxtras/jfxtras-parent "17-r1"]