License |
License |
---|---|
GroupId | GroupIdorg.icechamps |
ArtifactId | ArtifactIdemail_notifications |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionEmail Notifications
A utility library that emails exception notifications to specific recipients
|
Project URL |
Project URL |
Filename | Size |
---|---|
email_notifications-1.0.pom | |
email_notifications-1.0.jar | 7 KB |
email_notifications-1.0-sources.jar | 4 KB |
email_notifications-1.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.icechamps/email_notifications/ -->
<dependency>
<groupId>org.icechamps</groupId>
<artifactId>email_notifications</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.icechamps/email_notifications/
implementation 'org.icechamps:email_notifications:1.0'
// https://jarcasting.com/artifacts/org.icechamps/email_notifications/
implementation ("org.icechamps:email_notifications:1.0")
'org.icechamps:email_notifications:jar:1.0'
<dependency org="org.icechamps" name="email_notifications" rev="1.0">
<artifact name="email_notifications" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.icechamps', module='email_notifications', version='1.0')
)
libraryDependencies += "org.icechamps" % "email_notifications" % "1.0"
[org.icechamps/email_notifications "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context-support | jar | 3.2.3.RELEASE |
javax.servlet : servlet-api | jar | 2.5 |
javax.mail : mail | jar | 1.4.5 |
commons-lang : commons-lang | jar | 2.6 |
com.google.guava : guava | jar | r09 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 3.2.3.RELEASE |
junit : junit | jar | 4.11 |