is not current version
Last Version 2.6

com.addc:addc-alerts 2.2

The addc-alerts library supplies a framework for raising alerts in programs and sending these to a selection of sinks including files, SNMP, SMTP and SMS.

GroupId

GroupId

com.addc
ArtifactId

ArtifactId

addc-alerts
Version

Version

2.2
Type

Type

jar

Download addc-alerts 2.2


<!-- https://jarcasting.com/artifacts/com.addc/addc-alerts/ -->
<dependency>
    <groupId>com.addc</groupId>
    <artifactId>addc-alerts</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.addc/addc-alerts/
implementation 'com.addc:addc-alerts:2.2'
// https://jarcasting.com/artifacts/com.addc/addc-alerts/
implementation ("com.addc:addc-alerts:2.2")
'com.addc:addc-alerts:jar:2.2'
<dependency org="com.addc" name="addc-alerts" rev="2.2">
  <artifact name="addc-alerts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addc', module='addc-alerts', version='2.2')
)
libraryDependencies += "com.addc" % "addc-alerts" % "2.2"
[com.addc/addc-alerts "2.2"]