Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.smarthito |
ArtifactId | ArtifactIdspring-boot-starter-amqp-rmq |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.smarthito/spring-boot-starter-amqp-rmq/ -->
<dependency>
<groupId>com.smarthito</groupId>
<artifactId>spring-boot-starter-amqp-rmq</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.smarthito/spring-boot-starter-amqp-rmq/
implementation 'com.smarthito:spring-boot-starter-amqp-rmq:1.0.0'
// https://jarcasting.com/artifacts/com.smarthito/spring-boot-starter-amqp-rmq/
implementation ("com.smarthito:spring-boot-starter-amqp-rmq:1.0.0")
'com.smarthito:spring-boot-starter-amqp-rmq:jar:1.0.0'
<dependency org="com.smarthito" name="spring-boot-starter-amqp-rmq" rev="1.0.0">
<artifact name="spring-boot-starter-amqp-rmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smarthito', module='spring-boot-starter-amqp-rmq', version='1.0.0')
)
libraryDependencies += "com.smarthito" % "spring-boot-starter-amqp-rmq" % "1.0.0"
[com.smarthito/spring-boot-starter-amqp-rmq "1.0.0"]