Files download
File Operation
vertx-mail-service-3.6.0.CR2.jar download
vertx-mail-service-3.6.0.CR2.pom download
vertx-mail-service-3.6.0.CR2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-mail-service</artifactId>
  <version>3.6.0.CR2</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-mail-service:3.6.0.CR2'
Gradle Kotlin
implementation("io.vertx:vertx-mail-service:3.6.0.CR2")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-mail-service" % "3.6.0.CR2"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-mail-service', version='3.6.0.CR2')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-mail-service" rev="3.6.0.CR2" />
Leiningen
[io.vertx/vertx-mail-service "3.6.0.CR2"]
Apache Buildr
'io.vertx:vertx-mail-service:jar:3.6.0.CR2'