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