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