How to install the Java artifact org.eurekaclinical.cas-mock with Maven
Java
Maven
pom.xml
org.eurekaclinical
cas-mock
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.eurekaclinical</groupId>
<artifactId>cas-mock</artifactId>
<version>2.4</version>
</dependency>
/dependencies>