License |
License |
---|---|
GroupId | GroupIdio.vitess |
ArtifactId | ArtifactIdvitess-jdbc |
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-jdbc-13.0.0.pom | |
vitess-jdbc-13.0.0.jar | 153 KB |
vitess-jdbc-13.0.0-sources.jar | 90 KB |
vitess-jdbc-13.0.0-javadoc.jar | 276 KB |
vitess-jdbc-13.0.0-fatjar.jar | 18 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vitess/vitess-jdbc/ -->
<dependency>
<groupId>io.vitess</groupId>
<artifactId>vitess-jdbc</artifactId>
<version>13.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vitess/vitess-jdbc/
implementation 'io.vitess:vitess-jdbc:13.0.0'
// https://jarcasting.com/artifacts/io.vitess/vitess-jdbc/
implementation ("io.vitess:vitess-jdbc:13.0.0")
'io.vitess:vitess-jdbc:jar:13.0.0'
<dependency org="io.vitess" name="vitess-jdbc" rev="13.0.0">
<artifact name="vitess-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vitess', module='vitess-jdbc', version='13.0.0')
)
libraryDependencies += "io.vitess" % "vitess-jdbc" % "13.0.0"
[io.vitess/vitess-jdbc "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 |
io.vitess : vitess-client | jar | 13.0.0 |
io.vitess : vitess-grpc-client | jar | 13.0.0 |
joda-time : joda-time | jar | 2.10 |
commons-lang : commons-lang | jar | 2.6 |
org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.5.15 |
org.powermock : powermock-api-mockito2 | jar | 2.0.7 |
org.powermock : powermock-core | jar | 2.0.7 |
org.powermock : powermock-module-junit4 | jar | 2.0.7 |