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