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