Dependencies used.
	<dependencies>
		<!-- https://mvnrepository.com/artifact/org.janusgraph/janusgraph-core -->
		<dependency>
			<groupId>org.janusgraph</groupId>
			<artifactId>janusgraph-core</artifactId>
			<version>0.6.1</version>
		</dependency>
		<dependency>
			<groupId>org.janusgraph</groupId>
			<artifactId>janusgraph-cql</artifactId>
			<version>0.6.1</version>
		</dependency>
		<dependency>
			<groupId>io.netty</groupId>
			<artifactId>netty-all</artifactId>
			<version>4.1.73.Final</version>
		</dependency>
	</dependencies>
You can download all the examples of this tutorial series from below link.
https://github.com/harikrishna553/java-libs/tree/master/janus-graph-demo
No comments:
Post a Comment