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