is not current version
Last Version 4.1

com.dorkbox:SystemTray 2.8

Cross-platform SystemTray and AppIndicator support for java applications.

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

SystemTray
Version

Version

2.8
Type

Type

jar

Download SystemTray 2.8


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