| License |
License |
|---|---|
| GroupId | GroupIdcom.dorkbox |
| ArtifactId | ArtifactIdSystemTray |
| Last Version | Last Version4.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSystemTray
Cross-platform SystemTray support for Swing/AWT, GtkStatusIcon, and AppIndicator on Java 8+
|
| Project Organization |
Project OrganizationDorkbox LLC |
| Filename | Size |
|---|---|
| SystemTray-4.1.pom | |
| SystemTray-4.1.jar | 40 KB |
| SystemTray-4.1-sources.jar | 27 KB |
| SystemTray-4.1-javadoc.jar | 0 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dorkbox/SystemTray/ -->
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>SystemTray</artifactId>
<version>4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dorkbox/SystemTray/
implementation 'com.dorkbox:SystemTray:4.1'
// https://jarcasting.com/artifacts/com.dorkbox/SystemTray/
implementation ("com.dorkbox:SystemTray:4.1")
'com.dorkbox:SystemTray:jar:4.1'
<dependency org="com.dorkbox" name="SystemTray" rev="4.1">
<artifact name="SystemTray" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dorkbox', module='SystemTray', version='4.1')
)
libraryDependencies += "com.dorkbox" % "SystemTray" % "4.1"
[com.dorkbox/SystemTray "4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.dorkbox : Executor | jar | 3.1 |
| com.dorkbox : SwtJavaFx | jar | 1.1 |
| com.dorkbox : Utilities | jar | 1.9 |
| com.dorkbox : Updates | jar | 1.0 |
| com.dorkbox : PropertyLoader | jar | 1.0 |
| org.javassist : javassist | jar | 3.27.0-GA |
| net.java.dev.jna : jna | jar | 5.8.0 |
| net.java.dev.jna : jna-platform | jar | 5.8.0 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |