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