GroupId | GroupIdorg.jfxtras |
---|---|
ArtifactId | ArtifactIdjfxtras-all |
Version | Version8.0-r5 |
Type | Typejar |
Filename | Size |
---|---|
jfxtras-all-8.0-r5.pom | |
jfxtras-all-8.0-r5.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jfxtras/jfxtras-all/ -->
<dependency>
<groupId>org.jfxtras</groupId>
<artifactId>jfxtras-all</artifactId>
<version>8.0-r5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-all/
implementation 'org.jfxtras:jfxtras-all:8.0-r5'
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-all/
implementation ("org.jfxtras:jfxtras-all:8.0-r5")
'org.jfxtras:jfxtras-all:jar:8.0-r5'
<dependency org="org.jfxtras" name="jfxtras-all" rev="8.0-r5">
<artifact name="jfxtras-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxtras', module='jfxtras-all', version='8.0-r5')
)
libraryDependencies += "org.jfxtras" % "jfxtras-all" % "8.0-r5"
[org.jfxtras/jfxtras-all "8.0-r5"]