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