| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.rtr |
| Идентификатор | Идентификаторconduit |
| Версия | Версия1.31 |
| Тип | Типjar |
| Описание |
ОписаниеA simple abstraction over the rabbitmq java client
|
| Имя Файла | Размер |
|---|---|
| conduit-1.31.pom | |
| conduit-1.31.jar | 51 KB |
| conduit-1.31-sources.jar | 29 KB |
| conduit-1.31-javadoc.jar | 252 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |