e

emom

A Message oriented middleware(MOM) provider using Email.
http://github.com/JohnWassilak/emom
Files download
File Operation
emom-2.5.jar download
emom-2.5.pom download
emom-2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.wassilak</groupId>
  <artifactId>emom</artifactId>
  <version>2.5</version>
</dependency>
Gradle Groovy
implementation 'com.wassilak:emom:2.5'
Gradle Kotlin
implementation("com.wassilak:emom:2.5")
Scala SBT
libraryDependencies += "com.wassilak" % "emom" % "2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.wassilak', module='emom', version='2.5')
)
Apache Ivy
<dependency org="com.wassilak" name="emom" rev="2.5" />
Leiningen
[com.wassilak/emom "2.5"]
Apache Buildr
'com.wassilak:emom:jar:2.5'