License |
License |
---|---|
GroupId | GroupIdcom.github.jhonyscamacho |
ArtifactId | ArtifactIdemail-dispatcher |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEmail-dispatcher
A bunch of classes that facilitate sending e-mail.
|
Filename | Size |
---|---|
email-dispatcher-1.0.0.pom | |
email-dispatcher-1.0.0.jar | 9 KB |
email-dispatcher-1.0.0-sources.jar | 7 KB |
email-dispatcher-1.0.0-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jhonyscamacho/email-dispatcher/ -->
<dependency>
<groupId>com.github.jhonyscamacho</groupId>
<artifactId>email-dispatcher</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jhonyscamacho/email-dispatcher/
implementation 'com.github.jhonyscamacho:email-dispatcher:1.0.0'
// https://jarcasting.com/artifacts/com.github.jhonyscamacho/email-dispatcher/
implementation ("com.github.jhonyscamacho:email-dispatcher:1.0.0")
'com.github.jhonyscamacho:email-dispatcher:jar:1.0.0'
<dependency org="com.github.jhonyscamacho" name="email-dispatcher" rev="1.0.0">
<artifact name="email-dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jhonyscamacho', module='email-dispatcher', version='1.0.0')
)
libraryDependencies += "com.github.jhonyscamacho" % "email-dispatcher" % "1.0.0"
[com.github.jhonyscamacho/email-dispatcher "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.mail : mail | jar | 1.4.7 |
com.github.jhonyscamacho : simple-email | jar | 1.0.0 |
com.github.jhonyscamacho : util | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |