is not current version
Last Version 4.1

com.dorkbox:SystemTray 3.13

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

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

SystemTray
Version

Version

3.13
Type

Type

jar

Download SystemTray 3.13


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