License |
License |
---|---|
Categories |
CategoriesgRPC Net Networking |
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-grpc |
Last Version | Last Version4.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVert.x gRPC
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationEclipse |
Filename | Size |
---|---|
vertx-grpc-4.3.1.pom | |
vertx-grpc-4.3.1.jar | 34 KB |
vertx-grpc-4.3.1-tests.jar | 322 KB |
vertx-grpc-4.3.1-test-sources.jar | 79 KB |
vertx-grpc-4.3.1-sources.jar | 28 KB |
vertx-grpc-4.3.1-javadoc.jar | 72 KB |
vertx-grpc-4.3.1-docs.zip | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-grpc/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-grpc/
implementation 'io.vertx:vertx-grpc:4.3.1'
// https://jarcasting.com/artifacts/io.vertx/vertx-grpc/
implementation ("io.vertx:vertx-grpc:4.3.1")
'io.vertx:vertx-grpc:jar:4.3.1'
<dependency org="io.vertx" name="vertx-grpc" rev="4.3.1">
<artifact name="vertx-grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-grpc', version='4.3.1')
)
libraryDependencies += "io.vertx" % "vertx-grpc" % "4.3.1"
[io.vertx/vertx-grpc "4.3.1"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | |
io.grpc : grpc-netty | jar | 1.44.0 |
io.grpc : grpc-protobuf | jar | 1.44.0 |
io.grpc : grpc-stub | jar | 1.44.0 |
com.google.guava : guava | jar | 30.1.1-jre |
io.vertx : vertx-grpc-protoc-plugin Optional | jar | 4.3.1 |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-codegen Optional | jar | |
io.vertx : vertx-docgen | jar |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-unit | jar | |
io.netty : netty-transport-native-epoll | jar | |
io.netty : netty-transport-native-kqueue | jar | |
junit : junit | jar | 4.13.1 |
io.vertx : vertx-core | test-jar |