| GroupId | GroupIdcom.dorkbox | 
|---|---|
| ArtifactId | ArtifactIdsystem_tray | 
| Last Version | Last Version4.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| system_tray-4.0.pom | |
| system_tray-4.0.jar | 261 KB | 
| system_tray-4.0-sources.jar | 177 KB | 
| system_tray-4.0-javadoc.jar | 0 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.dorkbox/system_tray/ -->
<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>system_tray</artifactId>
    <version>4.0</version>
</dependency>// https://jarcasting.com/artifacts/com.dorkbox/system_tray/
implementation 'com.dorkbox:system_tray:4.0'// https://jarcasting.com/artifacts/com.dorkbox/system_tray/
implementation ("com.dorkbox:system_tray:4.0")'com.dorkbox:system_tray:jar:4.0'<dependency org="com.dorkbox" name="system_tray" rev="4.0">
  <artifact name="system_tray" type="jar" />
</dependency>@Grapes(
@Grab(group='com.dorkbox', module='system_tray', version='4.0')
)libraryDependencies += "com.dorkbox" % "system_tray" % "4.0"[com.dorkbox/system_tray "4.0"]