Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.taksan |
ArtifactId | ArtifactIdnative-tray-adapter |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
native-tray-adapter-1.0.pom | |
native-tray-adapter-1.0.jar | 129 KB |
native-tray-adapter-1.0-sources.jar | 114 KB |
native-tray-adapter-1.0-javadoc.jar | 109 KB |
Browse |
<!-- 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"]