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