is not current version
Last Version 1.0.1.RELEASE

com.avides.spring:spring-amqp-utils 1.0.0.RELEASE

Provides some utility-methods to simplify the use of Spring Amqp

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.avides.spring
ArtifactId

ArtifactId

spring-amqp-utils
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download spring-amqp-utils 1.0.0.RELEASE


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