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