n

nsmenufx

NSMenuFX is a simple library allowing to access and modify the menu items that are generated by default for OS X applications
https://github.com/0x4a616e/NSMenuFX
BSD 3-Clause
Jan Gassen
Files download
File Operation
nsmenufx-2.1.8.jar download
nsmenufx-2.1.8.pom download
nsmenufx-2.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>de.jangassen</groupId>
  <artifactId>nsmenufx</artifactId>
  <version>2.1.8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'de.jangassen:nsmenufx:2.1.8'
Gradle Kotlin
implementation("de.jangassen:nsmenufx:2.1.8")
Scala SBT
libraryDependencies += "de.jangassen" % "nsmenufx" % "2.1.8"
Groovy Grape
@Grapes(
  @Grab(group='de.jangassen', module='nsmenufx', version='2.1.8')
)
Apache Ivy
<dependency org="de.jangassen" name="nsmenufx" rev="2.1.8" />
Leiningen
[de.jangassen/nsmenufx "2.1.8"]
Apache Buildr
'de.jangassen:nsmenufx:jar:2.1.8'
Dependencies