is not current version
Last Version 4.1

com.dorkbox:SystemTray 2.5

Cross-platform SystemTray and AppIndicator support for java applications.

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

SystemTray
Version

Version

2.5
Type

Type

jar

Download SystemTray 2.5


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