sstone / amqp-client   1.5

MIT License GitHub

[THIS PROJECT HAS BEEN ARCHIVED AND IS NO LONGER MAINTAINED] Simple fault-tolerant AMQP client written in Scala and based on Akka and the RabbitMQ java client

Scala versions: 2.11 2.10

amqp-client 1.2


Group ID:
com.github.sstone
Artifact ID:
amqp-client_2.10
Version:
1.2
Release Date:
Oct 10, 2013
Licenses:
MIT
Files:

libraryDependencies += "com.github.sstone" %% "amqp-client" % "1.2"

Mill build tool

ivy"com.github.sstone::amqp-client:1.2"

Scala CLI

//> using dep "com.github.sstone::amqp-client:1.2"

Ammonite REPL

import $ivy.`com.github.sstone::amqp-client:1.2`

<dependency>
  <groupId>com.github.sstone</groupId>
  <artifactId>amqp-client_2.10</artifactId>
  <version>1.2</version>
</dependency>

compile group: 'com.github.sstone', name: 'amqp-client_2.10', version: '1.2'