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