License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.github.eugenemsv.amqp.rabbit |
ArtifactId | ArtifactIdamqp-rabbit-spring-boot-autoconfigure |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionamqp-rabbit-spring-boot-autoconfigure
Declarative RabbitMQ configurator
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.eugenemsv.amqp.rabbit/amqp-rabbit-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.eugenemsv.amqp.rabbit</groupId>
<artifactId>amqp-rabbit-spring-boot-autoconfigure</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eugenemsv.amqp.rabbit/amqp-rabbit-spring-boot-autoconfigure/
implementation 'com.github.eugenemsv.amqp.rabbit:amqp-rabbit-spring-boot-autoconfigure:1.0.0'
// https://jarcasting.com/artifacts/com.github.eugenemsv.amqp.rabbit/amqp-rabbit-spring-boot-autoconfigure/
implementation ("com.github.eugenemsv.amqp.rabbit:amqp-rabbit-spring-boot-autoconfigure:1.0.0")
'com.github.eugenemsv.amqp.rabbit:amqp-rabbit-spring-boot-autoconfigure:jar:1.0.0'
<dependency org="com.github.eugenemsv.amqp.rabbit" name="amqp-rabbit-spring-boot-autoconfigure" rev="1.0.0">
<artifact name="amqp-rabbit-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eugenemsv.amqp.rabbit', module='amqp-rabbit-spring-boot-autoconfigure', version='1.0.0')
)
libraryDependencies += "com.github.eugenemsv.amqp.rabbit" % "amqp-rabbit-spring-boot-autoconfigure" % "1.0.0"
[com.github.eugenemsv.amqp.rabbit/amqp-rabbit-spring-boot-autoconfigure "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
com.fasterxml.jackson.core : jackson-databind | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-messaging | jar | |
org.springframework.amqp : spring-rabbit | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.6.RELEASE |