is not current version
Last Version 4.1

com.dorkbox:SystemTray 1.7

Extremely fast, lightweight annotation scanner for the classpath, classloader, or specified location.

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

SystemTray
Version

Version

1.7
Type

Type

jar

Download SystemTray 1.7


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