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