is not current version
Last Version 17-r1

org.jfxtras:jfxtras-menu 9.0-r1

Miscellaneous components for JavaFX

GroupId

GroupId

org.jfxtras
ArtifactId

ArtifactId

jfxtras-menu
Version

Version

9.0-r1
Type

Type

jar

Download jfxtras-menu 9.0-r1


<!-- https://jarcasting.com/artifacts/org.jfxtras/jfxtras-menu/ -->
<dependency>
    <groupId>org.jfxtras</groupId>
    <artifactId>jfxtras-menu</artifactId>
    <version>9.0-r1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-menu/
implementation 'org.jfxtras:jfxtras-menu:9.0-r1'
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-menu/
implementation ("org.jfxtras:jfxtras-menu:9.0-r1")
'org.jfxtras:jfxtras-menu:jar:9.0-r1'
<dependency org="org.jfxtras" name="jfxtras-menu" rev="9.0-r1">
  <artifact name="jfxtras-menu" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxtras', module='jfxtras-menu', version='9.0-r1')
)
libraryDependencies += "org.jfxtras" % "jfxtras-menu" % "9.0-r1"
[org.jfxtras/jfxtras-menu "9.0-r1"]