| License |
License |
|---|---|
| GroupId | GroupIdio.rtr |
| ArtifactId | ArtifactIdconduit |
| Version | Version1.24 |
| Type | Typejar |
| Description |
DescriptionConduit
A simple abstraction over the rabbitmq java client
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| conduit-1.24.pom | |
| conduit-1.24.jar | 52 KB |
| conduit-1.24-sources.jar | 30 KB |
| conduit-1.24-javadoc.jar | 252 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.rtr/conduit/ -->
<dependency>
<groupId>io.rtr</groupId>
<artifactId>conduit</artifactId>
<version>1.24</version>
</dependency>
// https://jarcasting.com/artifacts/io.rtr/conduit/
implementation 'io.rtr:conduit:1.24'
// https://jarcasting.com/artifacts/io.rtr/conduit/
implementation ("io.rtr:conduit:1.24")
'io.rtr:conduit:jar:1.24'
<dependency org="io.rtr" name="conduit" rev="1.24">
<artifact name="conduit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rtr', module='conduit', version='1.24')
)
libraryDependencies += "io.rtr" % "conduit" % "1.24"
[io.rtr/conduit "1.24"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.rabbitmq : amqp-client | jar | 5.9.0 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 3.2.4 |
| org.apache.qpid : qpid-broker | jar | 6.1.7 |