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