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