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