The Ultipa Java driver is the official library to interact with Ultipa graph databases through a Java application.
Supported Java Versions
The Ultipa Java driver requires JDK8 or higher.
Installing the Driver
You can install the latest Ultipa dependencies from MVNRepository:
<dependency>
<groupId>com.ultipa</groupId>
<artifactId>ultipa-java-sdk</artifactId>
<version>5.x.x-s5.x</version>
</dependency>
dependencies {
implementation group: 'com.ultipa', name: 'ultipa-java-sdk', version: '5.x.x-s5.x'
}