s

screen-menu-bar

Demonstrates screen menu bars
Files download
File Operation
screen-menu-bar-1.3.jar download
screen-menu-bar-1.3.pom download
screen-menu-bar-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.dheid</groupId>
  <artifactId>screen-menu-bar</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.dheid:screen-menu-bar:1.3'
Gradle Kotlin
implementation("io.github.dheid:screen-menu-bar:1.3")
Scala SBT
libraryDependencies += "io.github.dheid" % "screen-menu-bar" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dheid', module='screen-menu-bar', version='1.3')
)
Apache Ivy
<dependency org="io.github.dheid" name="screen-menu-bar" rev="1.3" />
Leiningen
[io.github.dheid/screen-menu-bar "1.3"]
Apache Buildr
'io.github.dheid:screen-menu-bar:jar:1.3'