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