License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jalarms |
ArtifactId | ArtifactIdjalarms |
Last Version | Last Version1.5.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjalarms
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jalarms-1.5.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jalarms/jalarms/ -->
<dependency>
<groupId>net.sf.jalarms</groupId>
<artifactId>jalarms</artifactId>
<version>1.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jalarms/jalarms/
implementation 'net.sf.jalarms:jalarms:1.5.2'
// https://jarcasting.com/artifacts/net.sf.jalarms/jalarms/
implementation ("net.sf.jalarms:jalarms:1.5.2")
'net.sf.jalarms:jalarms:pom:1.5.2'
<dependency org="net.sf.jalarms" name="jalarms" rev="1.5.2">
<artifact name="jalarms" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.jalarms', module='jalarms', version='1.5.2')
)
libraryDependencies += "net.sf.jalarms" % "jalarms" % "1.5.2"
[net.sf.jalarms/jalarms "1.5.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |