Download Notify-2.20.jar file - Jar n

Jar examples for n:Notify

Description

Linux, MacOS, or Windows (notification/growl/toast/) popups for the desktop for Java 6+

You can download jar file Notify 2.20 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add Notify-2.20.jar to your project.

<dependency>
   <groupId>com.dorkbox</groupId>
   <artifactId>Notify</artifactId>
   <version>2.20</version>
</dependency>
compile group: 'com.dorkbox', name: 'Notify', version: '2.20'
libraryDependencies += "com.dorkbox" % "Notify" % "2.20"
<dependency org="com.dorkbox" name="Notify" rev="2.20"/>
@Grapes(@Grab(group='com.dorkbox', module='Notify', version='2.20'))
'com.dorkbox:Notify:jar:2.20'

Download

Click the following link to download the jar file.

Notify-2.20-javadoc.jar
Notify-2.20-sources.jar
Notify-2.20.jar
Notify-2.20.pom



Related Tutorials