Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.wokier |
ArtifactId | ArtifactIdjava-to-OS-notify |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
java-to-OS-notify-0.3.pom | |
java-to-OS-notify-0.3.jar | 28 KB |
java-to-OS-notify-0.3-sources.jar | 27 KB |
java-to-OS-notify-0.3-javadoc.jar | 124 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wokier/java-to-OS-notify/
implementation 'com.github.wokier:java-to-OS-notify:0.3'
// https://jarcasting.com/artifacts/com.github.wokier/java-to-OS-notify/
implementation ("com.github.wokier:java-to-OS-notify:0.3")
'com.github.wokier:java-to-OS-notify:jar:0.3'
<dependency org="com.github.wokier" name="java-to-OS-notify" rev="0.3">
<artifact name="java-to-OS-notify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wokier', module='java-to-OS-notify', version='0.3')
)
libraryDependencies += "com.github.wokier" % "java-to-OS-notify" % "0.3"
[com.github.wokier/java-to-OS-notify "0.3"]