is not current version
Last Version 2.7.0

com.avides.spring:spring-rabbit 2.0.0

Makes configuring RabbitMQ for Spring Boot applications more comfortable

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.avides.spring
ArtifactId

ArtifactId

spring-rabbit
Version

Version

2.0.0
Type

Type

jar

Download spring-rabbit 2.0.0


<!-- https://jarcasting.com/artifacts/com.avides.spring/spring-rabbit/ -->
<dependency>
    <groupId>com.avides.spring</groupId>
    <artifactId>spring-rabbit</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.avides.spring/spring-rabbit/
implementation 'com.avides.spring:spring-rabbit:2.0.0'
// https://jarcasting.com/artifacts/com.avides.spring/spring-rabbit/
implementation ("com.avides.spring:spring-rabbit:2.0.0")
'com.avides.spring:spring-rabbit:jar:2.0.0'
<dependency org="com.avides.spring" name="spring-rabbit" rev="2.0.0">
  <artifact name="spring-rabbit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avides.spring', module='spring-rabbit', version='2.0.0')
)
libraryDependencies += "com.avides.spring" % "spring-rabbit" % "2.0.0"
[com.avides.spring/spring-rabbit "2.0.0"]