The Ultipa Java driver is the official library to interact with Ultipa graph databases through a Java application.
The Ultipa Java driver requires JDK8 or higher.
You can install the latest Ultipa dependencies from MVNRepository:
<dependency> <groupId>com.ultipa</groupId> <artifactId>ultipa-driver</artifactId> <version>5.x.x-s5.x</version> </dependency>