| License |
License |
|---|---|
| GroupId | GroupIdio.rtr |
| ArtifactId | ArtifactIdconduit |
| Version | Version1.31 |
| Type | Typejar |
| Description |
DescriptionA simple abstraction over the rabbitmq java client
|
| Filename | Size |
|---|---|
| conduit-1.31.pom | |
| conduit-1.31.jar | 51 KB |
| conduit-1.31-sources.jar | 29 KB |
| conduit-1.31-javadoc.jar | 252 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.rtr/conduit/ -->
<dependency>
<groupId>io.rtr</groupId>
<artifactId>conduit</artifactId>
<version>1.31</version>
</dependency>
// https://jarcasting.com/artifacts/io.rtr/conduit/
implementation 'io.rtr:conduit:1.31'
// https://jarcasting.com/artifacts/io.rtr/conduit/
implementation ("io.rtr:conduit:1.31")
'io.rtr:conduit:jar:1.31'
<dependency org="io.rtr" name="conduit" rev="1.31">
<artifact name="conduit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rtr', module='conduit', version='1.31')
)
libraryDependencies += "io.rtr" % "conduit" % "1.31"
[io.rtr/conduit "1.31"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.rabbitmq : amqp-client | jar | |
| org.slf4j : slf4j-api | jar | |
| ch.qos.logback : logback-core | jar | 1.2.10 |
| ch.qos.logback : logback-classic | jar | 1.2.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.mockito : mockito-core | jar | 4.3.1 |
| org.testcontainers : testcontainers | jar | |
| org.testcontainers : junit-jupiter | jar | |
| org.testcontainers : rabbitmq | jar | |
| org.testcontainers : toxiproxy | jar | |
| org.awaitility : awaitility | jar | 4.1.1 |