Download jnotify-0.94.jar file - Jar j

Jar examples for j:jnotify

Description

This library aims to help making notification popups easy to manage. It takes care of placing, ordering and killing of notifications automatically by time as well as manually by mouse clicking.

You can download jar file jnotify 0.94 in this page.

License

The GNU Lesser General Public License, Version 2.1

Build File

You can use the following script to add jnotify-0.94.jar to your project.

<dependency>
   <groupId>net.contentobjects.jnotify</groupId>
   <artifactId>jnotify</artifactId>
   <version>0.94</version>
</dependency>
compile group: 'net.contentobjects.jnotify', name: 'jnotify', version: '0.94'
libraryDependencies += "net.contentobjects.jnotify" % "jnotify" % "0.94"
<dependency org="net.contentobjects.jnotify" name="jnotify" rev="0.94"/>
@Grapes(@Grab(group='net.contentobjects.jnotify', module='jnotify', version='0.94'))
'net.contentobjects.jnotify:jnotify:jar:0.94'

Download

Click the following link to download the jar file.

jnotify-0.94-javadoc.jar
jnotify-0.94-sources.jar
jnotify-0.94.jar
jnotify-0.94.pom



Related Tutorials