MVN

org.elasticmq : elasticmq-root_2.11

Maven & Gradle

Sep 29, 2019

elasticmq-root · elasticmq-root

<dependency>
    <groupId>org.elasticmq</groupId>
    <artifactId>elasticmq-root_2.11</artifactId>
    <version>0.14.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.elasticmq : elasticmq-root_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.15
  • Latest Beta: 0.9.0-beta1

All Versions

Choose a version of org.elasticmq : elasticmq-root_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
elasticmq-root_2.11-0.14.15
elasticmq-root_2.11-0.14.14
elasticmq-root_2.11-0.14.12
elasticmq-root_2.11-0.14.11
elasticmq-root_2.11-0.14.10
elasticmq-root_2.11-0.14.9
elasticmq-root_2.11-0.14.8
elasticmq-root_2.11-0.14.7
elasticmq-root_2.11-0.14.6
elasticmq-root_2.11-0.14.5
elasticmq-root_2.11-0.14.4
elasticmq-root_2.11-0.14.3
elasticmq-root_2.11-0.14.2
elasticmq-root_2.11-0.14.1
elasticmq-root_2.11-0.14.0
0.13.x
elasticmq-root_2.11-0.13.11
elasticmq-root_2.11-0.13.10
elasticmq-root_2.11-0.13.9
elasticmq-root_2.11-0.13.8
elasticmq-root_2.11-0.13.7
elasticmq-root_2.11-0.13.6
elasticmq-root_2.11-0.13.5
elasticmq-root_2.11-0.13.4
elasticmq-root_2.11-0.13.3
elasticmq-root_2.11-0.13.2
elasticmq-root_2.11-0.13.1
elasticmq-root_2.11-0.13.0
0.12.x
elasticmq-root_2.11-0.12.1
elasticmq-root_2.11-0.12.0
0.11.x
elasticmq-root_2.11-0.11.1
elasticmq-root_2.11-0.11.0
0.10.x
elasticmq-root_2.11-0.10.1
elasticmq-root_2.11-0.10.0
0.9.x
elasticmq-root_2.11-0.9.3
elasticmq-root_2.11-0.9.2
elasticmq-root_2.11-0.9.1
elasticmq-root_2.11-0.9.0
elasticmq-root_2.11-0.9.0-beta1
0.8.x
elasticmq-root_2.11-0.8.12
elasticmq-root_2.11-0.8.11
elasticmq-root_2.11-0.8.10
elasticmq-root_2.11-0.8.9
elasticmq-root_2.11-0.8.8
elasticmq-root_2.11-0.8.7
elasticmq-root_2.11-0.8.6
elasticmq-root_2.11-0.8.5
elasticmq-root_2.11-0.8.4
elasticmq-root_2.11-0.8.3

How to add a dependency to Maven

Add the following org.elasticmq : elasticmq-root_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.elasticmq</groupId>
    <artifactId>elasticmq-root_2.11</artifactId>
    <version>0.14.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.elasticmq : elasticmq-root_2.11 gradle dependency to your build.gradle file:

implementation 'org.elasticmq:elasticmq-root_2.11:0.14.15'

Gradle Kotlin DSL: Add the following org.elasticmq : elasticmq-root_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.elasticmq:elasticmq-root_2.11:0.14.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.elasticmq : elasticmq-root_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.elasticmq" % "elasticmq-root_2.11" % "0.14.15"

Advertisement