MVN

de.jangassen : nsmenufx

Maven & Gradle

Feb 18, 2021
2 usages
55 stars

NSMenuFX · NSMenuFX is a simple library allowing to access and modify the menu items that are generated by default for OS X applications

<dependency>
    <groupId>de.jangassen</groupId>
    <artifactId>nsmenufx</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.jangassen : nsmenufx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0
  • Latest Beta: 3.0.0-BETA2

All Versions

Choose a version of de.jangassen : nsmenufx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
nsmenufx-3.1.0
3.0.x
nsmenufx-3.0.2
nsmenufx-3.0.1
nsmenufx-3.0.0
nsmenufx-3.0.0-BETA2
nsmenufx-3.0.0-BETA1
2.1.x
nsmenufx-2.1.8
nsmenufx-2.1.7

How to add a dependency to Maven

Add the following de.jangassen : nsmenufx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.jangassen</groupId>
    <artifactId>nsmenufx</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.jangassen : nsmenufx gradle dependency to your build.gradle file:

implementation 'de.jangassen:nsmenufx:3.1.0'

Gradle Kotlin DSL: Add the following de.jangassen : nsmenufx gradle kotlin dependency to your build.gradle.kts file:

implementation("de.jangassen:nsmenufx:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.jangassen : nsmenufx sbt scala dependency to your build.sbt file:

libraryDependencies += "de.jangassen" % "nsmenufx" % "3.1.0"

Advertisement