Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdorg.elasticmq |
ArtifactId | ArtifactIdelasticmq-native-server_2.12 |
Version | Version1.3.4-RC7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.elasticmq/elasticmq-native-server_2.12/ -->
<dependency>
<groupId>org.elasticmq</groupId>
<artifactId>elasticmq-native-server_2.12</artifactId>
<version>1.3.4-RC7</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticmq/elasticmq-native-server_2.12/
implementation 'org.elasticmq:elasticmq-native-server_2.12:1.3.4-RC7'
// https://jarcasting.com/artifacts/org.elasticmq/elasticmq-native-server_2.12/
implementation ("org.elasticmq:elasticmq-native-server_2.12:1.3.4-RC7")
'org.elasticmq:elasticmq-native-server_2.12:jar:1.3.4-RC7'
<dependency org="org.elasticmq" name="elasticmq-native-server_2.12" rev="1.3.4-RC7">
<artifact name="elasticmq-native-server_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticmq', module='elasticmq-native-server_2.12', version='1.3.4-RC7')
)
libraryDependencies += "org.elasticmq" % "elasticmq-native-server_2.12" % "1.3.4-RC7"
[org.elasticmq/elasticmq-native-server_2.12 "1.3.4-RC7"]