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