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.5


Group ID:
com.github.sstone
Artifact ID:
amqp-client_2.11
Version:
1.5
Release Date:
May 27, 2015
Licenses:
MIT
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.github.sstone</groupId>
  <artifactId>amqp-client_2.11</artifactId>
  <version>1.5</version>
</dependency>

compile group: 'com.github.sstone', name: 'amqp-client_2.11', version: '1.5'