<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-auth-jwt</artifactId> <version>3.2.0</version> </dependency>
implementation 'io.vertx:vertx-auth-jwt:3.2.0'
implementation("io.vertx:vertx-auth-jwt:3.2.0")
libraryDependencies += "io.vertx" % "vertx-auth-jwt" % "3.2.0"
@Grapes( @Grab(group='io.vertx', module='vertx-auth-jwt', version='3.2.0') )
<dependency org="io.vertx" name="vertx-auth-jwt" rev="3.2.0" />
[io.vertx/vertx-auth-jwt "3.2.0"]
'io.vertx:vertx-auth-jwt:jar:3.2.0'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-auth</artifactId> <version>3.2.0</version> </parent>
compile
|-- io.vertx:vertx-auth-common