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