Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.elasticsoftwarefoundation.elasticactors |
ArtifactId | ArtifactIdelasticactors-client-rabbitmq |
Version | Version5.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-client-rabbitmq/ -->
<dependency>
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
<artifactId>elasticactors-client-rabbitmq</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-client-rabbitmq/
implementation 'org.elasticsoftwarefoundation.elasticactors:elasticactors-client-rabbitmq:5.2.0'
// https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-client-rabbitmq/
implementation ("org.elasticsoftwarefoundation.elasticactors:elasticactors-client-rabbitmq:5.2.0")
'org.elasticsoftwarefoundation.elasticactors:elasticactors-client-rabbitmq:jar:5.2.0'
<dependency org="org.elasticsoftwarefoundation.elasticactors" name="elasticactors-client-rabbitmq" rev="5.2.0">
<artifact name="elasticactors-client-rabbitmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsoftwarefoundation.elasticactors', module='elasticactors-client-rabbitmq', version='5.2.0')
)
libraryDependencies += "org.elasticsoftwarefoundation.elasticactors" % "elasticactors-client-rabbitmq" % "5.2.0"
[org.elasticsoftwarefoundation.elasticactors/elasticactors-client-rabbitmq "5.2.0"]