| License |
License |
|---|---|
| GroupId | GroupIdio.vertx |
| ArtifactId | ArtifactIdmod-mailer |
| Version | Version2.0.0-final |
| Type | Typejar |
| Description |
Descriptionmod-mailer
Simple Mailer Module for Vert.x which uses JavaMail
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mod-mailer-2.0.0-final.pom | |
| mod-mailer-2.0.0-final.jar | 4 KB |
| mod-mailer-2.0.0-final-sources.jar | 2 KB |
| mod-mailer-2.0.0-final-mod.zip | 515 KB |
| mod-mailer-2.0.0-final-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/mod-mailer/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>mod-mailer</artifactId>
<version>2.0.0-final</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/mod-mailer/
implementation 'io.vertx:mod-mailer:2.0.0-final'
// https://jarcasting.com/artifacts/io.vertx/mod-mailer/
implementation ("io.vertx:mod-mailer:2.0.0-final")
'io.vertx:mod-mailer:jar:2.0.0-final'
<dependency org="io.vertx" name="mod-mailer" rev="2.0.0-final">
<artifact name="mod-mailer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='mod-mailer', version='2.0.0-final')
)
libraryDependencies += "io.vertx" % "mod-mailer" % "2.0.0-final"
[io.vertx/mod-mailer "2.0.0-final"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.mail : mail | jar | 1.4.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| io.vertx : testtools | jar | 2.0.0-final |