Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.wokier |
ArtifactId | ArtifactIdjava-to-OS-notify |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
java-to-OS-notify-0.4.pom | |
java-to-OS-notify-0.4.jar | 31 KB |
java-to-OS-notify-0.4-sources.jar | 28 KB |
java-to-OS-notify-0.4-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wokier/java-to-OS-notify/ -->
<dependency>
<groupId>com.github.wokier</groupId>
<artifactId>java-to-OS-notify</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wokier/java-to-OS-notify/
implementation 'com.github.wokier:java-to-OS-notify:0.4'
// https://jarcasting.com/artifacts/com.github.wokier/java-to-OS-notify/
implementation ("com.github.wokier:java-to-OS-notify:0.4")
'com.github.wokier:java-to-OS-notify:jar:0.4'
<dependency org="com.github.wokier" name="java-to-OS-notify" rev="0.4">
<artifact name="java-to-OS-notify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wokier', module='java-to-OS-notify', version='0.4')
)
libraryDependencies += "com.github.wokier" % "java-to-OS-notify" % "0.4"
[com.github.wokier/java-to-OS-notify "0.4"]