is not current version
Last Version 3.5.1

io.vertx:vertx-mail 3.0.0


GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-mail
Version

Version

3.0.0
Type

Type

jar

Download vertx-mail 3.0.0


<!-- https://jarcasting.com/artifacts/io.vertx/vertx-mail/ -->
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-mail</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-mail/
implementation 'io.vertx:vertx-mail:3.0.0'
// https://jarcasting.com/artifacts/io.vertx/vertx-mail/
implementation ("io.vertx:vertx-mail:3.0.0")
'io.vertx:vertx-mail:jar:3.0.0'
<dependency org="io.vertx" name="vertx-mail" rev="3.0.0">
  <artifact name="vertx-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-mail', version='3.0.0')
)
libraryDependencies += "io.vertx" % "vertx-mail" % "3.0.0"
[io.vertx/vertx-mail "3.0.0"]