Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.thenewmotion |
ArtifactId | ArtifactIdakka-rabbitmq_2.11 |
Version | Version3.0.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thenewmotion/akka-rabbitmq_2.11/ -->
<dependency>
<groupId>com.thenewmotion</groupId>
<artifactId>akka-rabbitmq_2.11</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thenewmotion/akka-rabbitmq_2.11/
implementation 'com.thenewmotion:akka-rabbitmq_2.11:3.0.0-RC1'
// https://jarcasting.com/artifacts/com.thenewmotion/akka-rabbitmq_2.11/
implementation ("com.thenewmotion:akka-rabbitmq_2.11:3.0.0-RC1")
'com.thenewmotion:akka-rabbitmq_2.11:jar:3.0.0-RC1'
<dependency org="com.thenewmotion" name="akka-rabbitmq_2.11" rev="3.0.0-RC1">
<artifact name="akka-rabbitmq_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thenewmotion', module='akka-rabbitmq_2.11', version='3.0.0-RC1')
)
libraryDependencies += "com.thenewmotion" % "akka-rabbitmq_2.11" % "3.0.0-RC1"
[com.thenewmotion/akka-rabbitmq_2.11 "3.0.0-RC1"]