is not current version
Last Version 4.1

com.dorkbox:SystemTray 2.4

Cross-platform SystemTray and AppIndicator support for java applications.

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

SystemTray
Version

Version

2.4
Type

Type

jar

Download SystemTray 2.4


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