is not current version
Last Version 4.1

com.dorkbox:SystemTray 2.14

Cross-platform SystemTray and AppIndicator support for java applications.

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

SystemTray
Version

Version

2.14
Type

Type

jar

Download SystemTray 2.14


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