How to install the Java artifact org.tallison.quaerite.quaerite-examples with Maven
Java
Maven
pom.xml
org.tallison.quaerite
quaerite-examples
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.tallison.quaerite</groupId>
<artifactId>quaerite-examples</artifactId>
<version>1.0.0-ALPHA2</version>
</dependency>
/dependencies>