is not current version
Last Version 4.1

com.dorkbox:SystemTray 3.3

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

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

SystemTray
Version

Version

3.3
Type

Type

jar

Download SystemTray 3.3


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