文件下载
文件名 操作
elasticmq-rest-sqs_2.13-1.3.6.jar 下载
elasticmq-rest-sqs_2.13-1.3.6.pom 下载
elasticmq-rest-sqs_2.13-1.3.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.elasticmq</groupId>
  <artifactId>elasticmq-rest-sqs_2.13</artifactId>
  <version>1.3.6</version>
</dependency>
Gradle Groovy
implementation 'org.elasticmq:elasticmq-rest-sqs_2.13:1.3.6'
Gradle Kotlin
implementation("org.elasticmq:elasticmq-rest-sqs_2.13:1.3.6")
Scala SBT
libraryDependencies += "org.elasticmq" % "elasticmq-rest-sqs_2.13" % "1.3.6"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticmq', module='elasticmq-rest-sqs_2.13', version='1.3.6')
)
Apache Ivy
<dependency org="org.elasticmq" name="elasticmq-rest-sqs_2.13" rev="1.3.6" />
Leiningen
[org.elasticmq/elasticmq-rest-sqs_2.13 "1.3.6"]
Apache Buildr
'org.elasticmq:elasticmq-rest-sqs_2.13:jar:1.3.6'