License |
License |
---|---|
Categories |
CategoriesCLI User Interface gRPC Net Networking |
GroupId | GroupIdio.vitess |
ArtifactId | ArtifactIdvitess-grpc-client |
Last Version | Last Version13.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava client libraries for Vitess - a scalable clustering system for MySQL
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
vitess-grpc-client-13.0.0.pom | |
vitess-grpc-client-13.0.0.jar | 3 MB |
vitess-grpc-client-13.0.0-sources.jar | 925 KB |
vitess-grpc-client-13.0.0-javadoc.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vitess/vitess-grpc-client/ -->
<dependency>
<groupId>io.vitess</groupId>
<artifactId>vitess-grpc-client</artifactId>
<version>13.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vitess/vitess-grpc-client/
implementation 'io.vitess:vitess-grpc-client:13.0.0'
// https://jarcasting.com/artifacts/io.vitess/vitess-grpc-client/
implementation ("io.vitess:vitess-grpc-client:13.0.0")
'io.vitess:vitess-grpc-client:jar:13.0.0'
<dependency org="io.vitess" name="vitess-grpc-client" rev="13.0.0">
<artifact name="vitess-grpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vitess', module='vitess-grpc-client', version='13.0.0')
)
libraryDependencies += "io.vitess" % "vitess-grpc-client" % "13.0.0"
[io.vitess/vitess-grpc-client "13.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.google.guava : guava | jar | 30.1.1-jre |
com.google.protobuf : protobuf-java | jar | 3.19.4 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
io.grpc : grpc-core | jar | 1.44.0 |
io.grpc : grpc-netty | jar | 1.44.0 |
io.grpc : grpc-stub | jar | 1.44.0 |
io.grpc : grpc-protobuf | jar | 1.44.0 |
io.grpc : grpc-context | jar | 1.44.0 |
io.grpc : grpc-api | jar | 1.44.0 |
io.netty : netty-handler | jar | 4.1.72.Final |
io.netty : netty-tcnative-boringssl-static | jar | 2.0.46.Final |
io.vitess : vitess-client | jar | 13.0.0 |
joda-time : joda-time | jar | 2.10 |
io.opentracing.contrib : opentracing-grpc | jar | 0.0.12 |
Group / Artifact | Type | Version |
---|---|---|
io.vitess : vitess-client | test-jar | 13.0.0 |
junit : junit | jar | 4.13.1 |