vitess-gh/java/vtgate-client/README.md

22 строки
502 B
Markdown
Исходник Обычный вид История

2015-01-29 23:48:41 +03:00
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>
```