This library is in development.
You can install via Gradle or Maven. Whatever floats your boat. :)
Gradle:
implementation 'io.github.matts:java-emailengine:0.2'
Maven:
<dependency>
<groupId>io.github.matts</groupId>
<artifactId>java-emailengine</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>