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