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