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