| License |
License |
|---|---|
| GroupId | GroupIdde.oberdorf-itc |
| ArtifactId | ArtifactIdoitc-sendmail |
| Version | Version0.3.0 |
| Type | Typejar |
| Description |
Descriptionde.oberdorf-itc:oitc-sendmail
This library is wrapper class for easy mailing in a background thread. It uses javax.mail:mail to send the mail.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| oitc-sendmail-0.3.0.pom | |
| oitc-sendmail-0.3.0.jar | 2 KB |
| oitc-sendmail-0.3.0-sources.jar | 4 KB |
| oitc-sendmail-0.3.0-javadoc.jar | 388 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.oberdorf-itc/oitc-sendmail/ -->
<dependency>
<groupId>de.oberdorf-itc</groupId>
<artifactId>oitc-sendmail</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.oberdorf-itc/oitc-sendmail/
implementation 'de.oberdorf-itc:oitc-sendmail:0.3.0'
// https://jarcasting.com/artifacts/de.oberdorf-itc/oitc-sendmail/
implementation ("de.oberdorf-itc:oitc-sendmail:0.3.0")
'de.oberdorf-itc:oitc-sendmail:jar:0.3.0'
<dependency org="de.oberdorf-itc" name="oitc-sendmail" rev="0.3.0">
<artifact name="oitc-sendmail" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.oberdorf-itc', module='oitc-sendmail', version='0.3.0')
)
libraryDependencies += "de.oberdorf-itc" % "oitc-sendmail" % "0.3.0"
[de.oberdorf-itc/oitc-sendmail "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.mail : mail | jar | 1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |