Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.ddphin |
ArtifactId | ArtifactIdddphin-rabbitmq-spring-boot-samples |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ddphin/ddphin-rabbitmq-spring-boot-samples/ -->
<dependency>
<groupId>com.github.ddphin</groupId>
<artifactId>ddphin-rabbitmq-spring-boot-samples</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-rabbitmq-spring-boot-samples/
implementation 'com.github.ddphin:ddphin-rabbitmq-spring-boot-samples:1.1.2'
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-rabbitmq-spring-boot-samples/
implementation ("com.github.ddphin:ddphin-rabbitmq-spring-boot-samples:1.1.2")
'com.github.ddphin:ddphin-rabbitmq-spring-boot-samples:jar:1.1.2'
<dependency org="com.github.ddphin" name="ddphin-rabbitmq-spring-boot-samples" rev="1.1.2">
<artifact name="ddphin-rabbitmq-spring-boot-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddphin', module='ddphin-rabbitmq-spring-boot-samples', version='1.1.2')
)
libraryDependencies += "com.github.ddphin" % "ddphin-rabbitmq-spring-boot-samples" % "1.1.2"
[com.github.ddphin/ddphin-rabbitmq-spring-boot-samples "1.1.2"]