MVN

net.sf.jalarms : jalarms

Maven & Gradle

Jun 16, 2011

jalarms · A simple to use alarm system for Java server applications. With jAlarms you can notify different users through different means about certain events in your application, so they can receive notice via email, MSN, SMS, Twitter, etc.

<dependency>
    <groupId>net.sf.jalarms</groupId>
    <artifactId>jalarms</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jalarms : jalarms to add to Maven - Latest Versions:

  • Latest Stable: 1.5.2

All Versions

Choose a version of net.sf.jalarms : jalarms to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
jalarms-1.5.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.jalarms</groupId>
    <artifactId>jalarms</artifactId>
    <version>1.5.2</version>
</dependency>