Download Notify-3.7.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 3.7 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

Notify-3.7-javadoc.jar
Notify-3.7-sources.jar
Notify-3.7.jar
Notify-3.7.pom



Related Tutorials