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