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