License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.sstone |
ArtifactId | ArtifactIdamqp-client_2.10 |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionamqp-client
Simple AMQP client for Scala/Akka
|
Project URL |
Project URL |
Filename | Size |
---|---|
amqp-client_2.10-1.5.pom | |
amqp-client_2.10-1.5.jar | 298 KB |
amqp-client_2.10-1.5-sources.jar | 18 KB |
amqp-client_2.10-1.5-javadoc.jar | 519 KB |
Browse |
<!-- 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sstone/amqp-client_2.10/
implementation 'com.github.sstone:amqp-client_2.10:1.5'
// https://jarcasting.com/artifacts/com.github.sstone/amqp-client_2.10/
implementation ("com.github.sstone:amqp-client_2.10:1.5")
'com.github.sstone:amqp-client_2.10:jar:1.5'
<dependency org="com.github.sstone" name="amqp-client_2.10" rev="1.5">
<artifact name="amqp-client_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sstone', module='amqp-client_2.10', version='1.5')
)
libraryDependencies += "com.github.sstone" % "amqp-client_2.10" % "1.5"
[com.github.sstone/amqp-client_2.10 "1.5"]
Group / Artifact | Type | Version |
---|---|---|
com.rabbitmq : amqp-client | jar | 3.5.2 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.akka : akka-actor_2.10 | jar | 2.3.11 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.akka : akka-slf4j_2.10 | jar | 2.3.11 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
com.typesafe.akka : akka-testkit_2.10 | jar | 2.3.11 |
org.scalatest : scalatest_2.10 | jar | 2.2.5 |
junit : junit | jar | 4.12 |