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