A Java 8 messenger toolkit for sending messages. Currrently only SMS is supported to be sent via a third-party MMP server (Mobistar by default).
In order to integrate (with Maven) the messenger engine in your own project:
<dependency>
<groupId>com.ditavision</groupId>
<artifactId>messenger-engine</artifactId>
<version>LATEST_VERSION</version>
<scope>compile</scope>
</dependency>
Alternatively this engine is also used in the projects:
- messenger-cli: a standalone CLI
- a microservice: TODO link to messenger-microservice