Files download
File Operation
root_2.11-0.13.9.jar download
root_2.11-0.13.9.pom download
root_2.11-0.13.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.elasticmq</groupId>
  <artifactId>root_2.11</artifactId>
  <version>0.13.9</version>
</dependency>
Gradle Groovy
implementation 'org.elasticmq:root_2.11:0.13.9'
Gradle Kotlin
implementation("org.elasticmq:root_2.11:0.13.9")
Scala SBT
libraryDependencies += "org.elasticmq" % "root_2.11" % "0.13.9"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticmq', module='root_2.11', version='0.13.9')
)
Apache Ivy
<dependency org="org.elasticmq" name="root_2.11" rev="0.13.9" />
Leiningen
[org.elasticmq/root_2.11 "0.13.9"]
Apache Buildr
'org.elasticmq:root_2.11:jar:0.13.9'