зеркало из https://github.com/github/vitess-gh.git
502 B
502 B
VtGate Java Driver
Add the following repository and dependency to your pom.xml to use this client library.
<repositories>
<repository>
<id>youtube-snapshots</id>
<url>https://github.com/youtube/mvn-repo/raw/master/snapshots</url>
</repository>
</repositories>
<dependency>
<groupId>com.youtube.vitess</groupId>
<artifactId>vtgate-client</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>