How to install the Java artifact org.apache.syncope.core.syncope-core-persistence-jpa-json with Maven
Java
Maven
pom.xml
org.apache.syncope.core
syncope-core-persistence-jpa-json
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.apache.syncope.core</groupId>
<artifactId>syncope-core-persistence-jpa-json</artifactId>
<version>2.1.8</version>
</dependency>
/dependencies>