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