is not current version
Last Version 4.1

com.dorkbox:SystemTray 3.2

Cross-platform SystemTray support for Swing/AWT, GtkStatusIcon, and AppIndicator on Java 6+

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

SystemTray
Version

Version

3.2
Type

Type

jar

Download SystemTray 3.2


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