is not current version
Last Version 1.1

com.github.taksan:native-tray-adapter 1.0

Provides a simple adapter that makes the tray use gtk under linux, providing a native look and feel.

Categories

Categories

Native Development Tools
GroupId

GroupId

com.github.taksan
ArtifactId

ArtifactId

native-tray-adapter
Version

Version

1.0
Type

Type

jar

Download native-tray-adapter 1.0


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