How to install the Java artifact org.janusgraph.example-tinkergraph with Maven
Java
Maven
pom.xml
org.janusgraph
example-tinkergraph
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>example-tinkergraph</artifactId>
<version>0.5.3</version>
</dependency>
/dependencies>