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