HI,
I want to use janusgraph 0.5.2 in one of Java application. I have server installed and want to use client to connect to it.
What is janusgraph 0.5.2 maven dependency code which can be added into pom.xml file.
Thanks
Hi,
Version 0.5.2 is released on May 3, 2020 with many changes and updates. You can add following maven dependency in your pom.xml file:
<dependency> <groupId>org.janusgraph</groupId> <artifactId>janusgraph-core</artifactId> <version>0.5.2</version> </dependency>
Thanks
Hi,
Janusgraph version 0.5.2 is confirmed to work with compatibility with following software versions:
Thanks