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