Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.newmotion |
ArtifactId | ArtifactIdakka-rabbitmq_2.11 |
Version | Version5.0.0 |
Type | Typejar |
Filename | Size |
---|---|
akka-rabbitmq_2.11-5.0.0.pom | |
akka-rabbitmq_2.11-5.0.0.jar | 124 KB |
akka-rabbitmq_2.11-5.0.0-sources.jar | 6 KB |
akka-rabbitmq_2.11-5.0.0-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.newmotion/akka-rabbitmq_2.11/ -->
<dependency>
<groupId>com.newmotion</groupId>
<artifactId>akka-rabbitmq_2.11</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newmotion/akka-rabbitmq_2.11/
implementation 'com.newmotion:akka-rabbitmq_2.11:5.0.0'
// https://jarcasting.com/artifacts/com.newmotion/akka-rabbitmq_2.11/
implementation ("com.newmotion:akka-rabbitmq_2.11:5.0.0")
'com.newmotion:akka-rabbitmq_2.11:jar:5.0.0'
<dependency org="com.newmotion" name="akka-rabbitmq_2.11" rev="5.0.0">
<artifact name="akka-rabbitmq_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newmotion', module='akka-rabbitmq_2.11', version='5.0.0')
)
libraryDependencies += "com.newmotion" % "akka-rabbitmq_2.11" % "5.0.0"
[com.newmotion/akka-rabbitmq_2.11 "5.0.0"]