is not current version
Last Version 1.5

com.github.sstone:amqp-client_2.10 1.1

Simple AMQP client for Scala/Akka

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.sstone
ArtifactId

ArtifactId

amqp-client_2.10
Version

Version

1.1
Type

Type

jar

Download amqp-client_2.10 1.1


<!-- https://jarcasting.com/artifacts/com.github.sstone/amqp-client_2.10/ -->
<dependency>
    <groupId>com.github.sstone</groupId>
    <artifactId>amqp-client_2.10</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sstone/amqp-client_2.10/
implementation 'com.github.sstone:amqp-client_2.10:1.1'
// https://jarcasting.com/artifacts/com.github.sstone/amqp-client_2.10/
implementation ("com.github.sstone:amqp-client_2.10:1.1")
'com.github.sstone:amqp-client_2.10:jar:1.1'
<dependency org="com.github.sstone" name="amqp-client_2.10" rev="1.1">
  <artifact name="amqp-client_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sstone', module='amqp-client_2.10', version='1.1')
)
libraryDependencies += "com.github.sstone" % "amqp-client_2.10" % "1.1"
[com.github.sstone/amqp-client_2.10 "1.1"]