/notifier

A Java notification library that that meets the freedesktop.org notification spec

Primary LanguageJava

notifier

A Java library for sending desktop notifications over DBus to notification daemons that implement the Freedesktop.org Notification Spec.

Installation

This library is distributed as a Maven package, currently only available on the repository https://dl.bintray.com/vladmarica/vladmarica-maven.

<dependency>
    <groupId>main.java.notifier</groupId>
    <artifactId>notifier</artifactId>
    <version>0.1</version>
</dependency>