зеркало из https://github.com/github/vitess-gh.git
22 строки
502 B
Markdown
22 строки
502 B
Markdown
|
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>
|
||
|
```
|