Files download
File Operation
vertx-auth-oauth2-4.3.2.jar download
vertx-auth-oauth2-4.3.2.pom download
vertx-auth-oauth2-4.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-auth-oauth2</artifactId>
  <version>4.3.2</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-auth-oauth2:4.3.2'
Gradle Kotlin
implementation("io.vertx:vertx-auth-oauth2:4.3.2")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-auth-oauth2" % "4.3.2"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-auth-oauth2', version='4.3.2')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-auth-oauth2" rev="4.3.2" />
Leiningen
[io.vertx/vertx-auth-oauth2 "4.3.2"]
Apache Buildr
'io.vertx:vertx-auth-oauth2:jar:4.3.2'