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