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