How to install the Java artifact org.mycore.mycore-orcid with Maven
Java
Maven
pom.xml
org.mycore
mycore-orcid
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-orcid</artifactId>
<version>2018.05</version>
</dependency>
/<dependencies>