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