How to install the Java artifact org.finra.herd.herd-spark-2.2-data-catalog with Maven
Java
Maven
pom.xml
org.finra.herd
herd-spark-2.2-data-catalog
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.finra.herd</groupId>
<artifactId>herd-spark-2.2-data-catalog</artifactId>
<version>0.88.0</version>
</dependency>
/dependencies>