Categories |
CategoriesgRPC Net Networking |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-grpc-parent |
Version | Version4.0.2 |
Type | Typejar |
Filename | Size |
---|---|
vertx-grpc-parent-4.0.2.pom | 1 KB |
vertx-grpc-parent-4.0.2-tests.jar | 1 KB |
vertx-grpc-parent-4.0.2-sources.jar | 338 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-grpc-parent/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-parent</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-grpc-parent/
implementation 'io.vertx:vertx-grpc-parent:4.0.2'
// https://jarcasting.com/artifacts/io.vertx/vertx-grpc-parent/
implementation ("io.vertx:vertx-grpc-parent:4.0.2")
'io.vertx:vertx-grpc-parent:jar:4.0.2'
<dependency org="io.vertx" name="vertx-grpc-parent" rev="4.0.2">
<artifact name="vertx-grpc-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-grpc-parent', version='4.0.2')
)
libraryDependencies += "io.vertx" % "vertx-grpc-parent" % "4.0.2"
[io.vertx/vertx-grpc-parent "4.0.2"]