@@ -25,6 +25,14 @@ master: [
30
+ * [ ChangeLog] ( ChangeLog )
31
+ * [ Examples] ( src/test/java/com/arangodb/example )
32
+ * [ Tutorial] ( https://www.arangodb.com/tutorials/tutorial-sync-java-driver/ )
33
+ * [ JavaDoc] ( http://arangodb.github.io/arangodb-java-driver/javadoc-4_2/index.html )
34
+ * [ JavaDoc VelocyPack] ( http://arangodb.github.io/java-velocypack/javadoc-1_0/index.html )
35
+
28
36
## Maven
29
37
30
38
To add the driver to your project with maven, add the following code to your pom.xml
@@ -113,7 +121,6 @@ mvn clean install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B
113
121
* [ ignore fields] ( #ignore-fields )
114
122
* [ custom serializer] ( #custom-serializer )
115
123
* [ manually serialization] ( #manually-serialization )
116
- * [ Learn more] ( #learn-more )
117
124
118
125
119
126
# Driver setup
@@ -741,11 +748,3 @@ To de-/serialize from and to VelocyPack before or after a database call, use the
741
748
ArangoDB arangoDB = new ArangoDB .Builder ();
742
749
MyObject myObj = arangoDB. util(). deserialize(vpack, MyObject . class);
743
750
```
744
-
745
- # Learn more
746
- * [ ArangoDB] ( https://www.arangodb.com/ )
747
- * [ ChangeLog] ( ChangeLog )
748
- * [ Examples] ( src/test/java/com/arangodb/example )
749
- * [ Tutorial] ( https://www.arangodb.com/tutorials/tutorial-sync-java-driver/ )
750
- * [ JavaDoc] ( http://arangodb.github.io/arangodb-java-driver/javadoc-4_2/index.html )
751
- * [ JavaDoc VelocyPack] ( http://arangodb.github.io/java-velocypack/javadoc-1_0/index.html )
0 commit comments