Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 396 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 396 Bytes

Java library for EmailEngine

This library is in development.

Installing

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>