| License |
License |
|---|---|
| GroupId | GroupIdorg.lappsgrid |
| ArtifactId | ArtifactIdrabbitmq |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSimple RabbitMQ
Simple interface for RabbitMQ
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rabbitmq-1.1.0.pom | |
| rabbitmq-1.1.0.jar | 51 KB |
| rabbitmq-1.1.0-sources.jar | 11 KB |
| rabbitmq-1.1.0-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.lappsgrid/rabbitmq/ -->
<dependency>
<groupId>org.lappsgrid</groupId>
<artifactId>rabbitmq</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.lappsgrid/rabbitmq/
implementation 'org.lappsgrid:rabbitmq:1.1.0'
// https://jarcasting.com/artifacts/org.lappsgrid/rabbitmq/
implementation ("org.lappsgrid:rabbitmq:1.1.0")
'org.lappsgrid:rabbitmq:jar:1.1.0'
<dependency org="org.lappsgrid" name="rabbitmq" rev="1.1.0">
<artifact name="rabbitmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lappsgrid', module='rabbitmq', version='1.1.0')
)
libraryDependencies += "org.lappsgrid" % "rabbitmq" % "1.1.0"
[org.lappsgrid/rabbitmq "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.lappsgrid : serialization | jar | 2.7.0 |
| com.rabbitmq : amqp-client | jar | 5.4.0 |
| org.codehaus.groovy : groovy | jar | 2.5.3 |
| org.apache.ivy : ivy | jar | 2.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy-json | jar | 2.5.3 |
| junit : junit | jar | 4.12 |