How to install the Java artifact com.github.kancyframework.email-plus-core with Maven
Java
Maven
pom.xml
com.github.kancyframework
email-plus-core
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>com.github.kancyframework</groupId>
<artifactId>email-plus-core</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
/<dependencies>