File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ and understand how to run and work with Dgraph.
18
18
19
19
## Table of Contents
20
20
- [ Download] ( #download )
21
+ - [ Supported Versions] ( #supported-versions )
21
22
- [ Quickstart] ( #quickstart )
22
23
- [ Intro] ( #intro )
23
24
- [ Using the Synchronous Client] ( #using-the-synchronous-client )
@@ -57,6 +58,16 @@ or Gradle:
57
58
compile 'io.dgraph:dgraph4j:2.0.1'
58
59
```
59
60
61
+ ## Supported Versions
62
+
63
+ Depending on the version of Dgraph that you are connecting to, you will have to
64
+ use a different version of this client.
65
+
66
+ | Dgraph version | dgraph4j version | java version |
67
+ | :--------------:| :-----------------:| :------------:|
68
+ | 1.0.X | 1.X.X | 1.8.X |
69
+ | >= 1.1.0 | 2.X.X | 1.8.X |
70
+
60
71
## Quickstart
61
72
Build and run the [ DgraphJavaSample] project in the ` samples ` folder, which
62
73
contains an end-to-end example of using the Dgraph Java client. Follow the
You can’t perform that action at this time.
0 commit comments