文件下载
文件名 操作
vertx-auth-common-3.6.0.CR1.jar 下载
vertx-auth-common-3.6.0.CR1.pom 下载
vertx-auth-common-3.6.0.CR1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-auth-common</artifactId>
  <version>3.6.0.CR1</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-auth-common:3.6.0.CR1'
Gradle Kotlin
implementation("io.vertx:vertx-auth-common:3.6.0.CR1")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-auth-common" % "3.6.0.CR1"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-auth-common', version='3.6.0.CR1')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-auth-common" rev="3.6.0.CR1" />
Leiningen
[io.vertx/vertx-auth-common "3.6.0.CR1"]
Apache Buildr
'io.vertx:vertx-auth-common:jar:3.6.0.CR1'