Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.avides.spring |
ArtifactId | ArtifactIdspring-amqp-utils |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- 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"]