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