License |
License |
---|---|
GroupId | GroupIdcom.addc |
ArtifactId | ArtifactIdaddc-alerts |
Last Version | Last Version2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaddc-alerts
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
addc-alerts-2.6.pom | |
addc-alerts-2.6.jar | 51 KB |
addc-alerts-2.6-tests.jar | 41 KB |
addc-alerts-2.6-sources.jar | 39 KB |
addc-alerts-2.6-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addc/addc-alerts/ -->
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-alerts</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.addc/addc-alerts/
implementation 'com.addc:addc-alerts:2.6'
// https://jarcasting.com/artifacts/com.addc/addc-alerts/
implementation ("com.addc:addc-alerts:2.6")
'com.addc:addc-alerts:jar:2.6'
<dependency org="com.addc" name="addc-alerts" rev="2.6">
<artifact name="addc-alerts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addc', module='addc-alerts', version='2.6')
)
libraryDependencies += "com.addc" % "addc-alerts" % "2.6"
[com.addc/addc-alerts "2.6"]
Group / Artifact | Type | Version |
---|---|---|
com.addc : addc-base | jar | 2.6 |
commons-lang : commons-lang | jar | 2.6 |
commons-validator : commons-validator | jar | 1.6 |
Group / Artifact | Type | Version |
---|---|---|
org.snmp4j : snmp4j | jar | 2.6.3 |
javax.mail : mail | jar | 1.4.7 |
com.twilio.sdk : twilio | jar | 7.5.0 |
org.json : json | jar | 20160810 |
com.textmagic.sdk : textmagic-java-sdk | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
com.addc : addc-test | jar | 2.6 |
org.powermock : powermock-module-junit4 | jar | 1.7.4 |
org.powermock : powermock-api-mockito | jar | 1.7.4 |
org.mockito : mockito-core | jar | 1.10.19 |
ch.qos.logback : logback-classic | jar | 1.2.3 |