License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.vitess |
ArtifactId | ArtifactIdvitess-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-client-13.0.0.pom | |
vitess-client-13.0.0.jar | 3 MB |
vitess-client-13.0.0-tests.jar | 53 KB |
vitess-client-13.0.0-sources.jar | 906 KB |
vitess-client-13.0.0-javadoc.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vitess/vitess-client/ -->
<dependency>
<groupId>io.vitess</groupId>
<artifactId>vitess-client</artifactId>
<version>13.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vitess/vitess-client/
implementation 'io.vitess:vitess-client:13.0.0'
// https://jarcasting.com/artifacts/io.vitess/vitess-client/
implementation ("io.vitess:vitess-client:13.0.0")
'io.vitess:vitess-client:jar:13.0.0'
<dependency org="io.vitess" name="vitess-client" rev="13.0.0">
<artifact name="vitess-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vitess', module='vitess-client', version='13.0.0')
)
libraryDependencies += "io.vitess" % "vitess-client" % "13.0.0"
[io.vitess/vitess-client "13.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 30.1.1-jre |
com.google.protobuf : protobuf-java | jar | 3.19.4 |
joda-time : joda-time | jar | 2.10 |
org.apache.commons : commons-collections4 | jar | 4.2 |
org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.5 |
commons-io : commons-io | jar | 2.7 |
junit : junit | jar | 4.13.1 |