MVN

com.wassilak : emom

Maven & Gradle

Nov 20, 2014
2 usages

emom · A Message oriented middleware(MOM) provider using Email.

<dependency>
    <groupId>com.wassilak</groupId>
    <artifactId>emom</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wassilak : emom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5

All Versions

Choose a version of com.wassilak : emom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
emom-2.5
2.4
emom-2.4
2.3
emom-2.3
2.2
emom-2.2
2.1
emom-2.1
2.0
emom-2.0
1.1
emom-1.1
1.0
emom-1.0

How to add a dependency to Maven

Add the following com.wassilak : emom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wassilak</groupId>
    <artifactId>emom</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wassilak : emom gradle dependency to your build.gradle file:

implementation 'com.wassilak:emom:2.5'

Gradle Kotlin DSL: Add the following com.wassilak : emom gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wassilak:emom:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wassilak : emom sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wassilak" % "emom" % "2.5"

Advertisement