Skip to content

JPA Starter

Project Dependencies

Add the following dependency to your pom.xml/build.gradle file:

implementation("com.raynigon.unit-api:jpa-starter:1.1.7")
<dependency>
    <groupId>com.raynigon.unit-api</groupId>
    <artifactId>jpa-starter</artifactId>
    <version>1.1.7</version>
</dependency>