License |
License |
---|---|
Categories |
CategoriesCLI User Interface Bootique Web Frameworks |
GroupId | GroupIdio.bootique.rabbitmq.client |
ArtifactId | ArtifactIdbootique-rabbitmq-client |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-rabbitmq-client: RabbitMQ Integration with Bootique
Provides RabbitMQ integration with Bootique.
|
Project Organization |
Project OrganizationObjectStyle LLC |
<!-- https://jarcasting.com/artifacts/io.bootique.rabbitmq.client/bootique-rabbitmq-client/ -->
<dependency>
<groupId>io.bootique.rabbitmq.client</groupId>
<artifactId>bootique-rabbitmq-client</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.rabbitmq.client/bootique-rabbitmq-client/
implementation 'io.bootique.rabbitmq.client:bootique-rabbitmq-client:1.3'
// https://jarcasting.com/artifacts/io.bootique.rabbitmq.client/bootique-rabbitmq-client/
implementation ("io.bootique.rabbitmq.client:bootique-rabbitmq-client:1.3")
'io.bootique.rabbitmq.client:bootique-rabbitmq-client:jar:1.3'
<dependency org="io.bootique.rabbitmq.client" name="bootique-rabbitmq-client" rev="1.3">
<artifact name="bootique-rabbitmq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.rabbitmq.client', module='bootique-rabbitmq-client', version='1.3')
)
libraryDependencies += "io.bootique.rabbitmq.client" % "bootique-rabbitmq-client" % "1.3"
[io.bootique.rabbitmq.client/bootique-rabbitmq-client "1.3"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 1.3 |
com.rabbitmq : amqp-client | jar | 5.4.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.testcontainers : testcontainers | jar | 1.15.1 |
org.mockito : mockito-core | jar | 2.19.0 |
io.bootique : bootique-test | jar | 1.3 |
org.slf4j : slf4j-simple | jar | 1.7.25 |