Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.bakeneko |
ArtifactId | ArtifactIdspring-boot-starter-rabbitmq-rpc |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bakeneko/spring-boot-starter-rabbitmq-rpc/ -->
<dependency>
<groupId>org.bakeneko</groupId>
<artifactId>spring-boot-starter-rabbitmq-rpc</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bakeneko/spring-boot-starter-rabbitmq-rpc/
implementation 'org.bakeneko:spring-boot-starter-rabbitmq-rpc:0.0.2'
// https://jarcasting.com/artifacts/org.bakeneko/spring-boot-starter-rabbitmq-rpc/
implementation ("org.bakeneko:spring-boot-starter-rabbitmq-rpc:0.0.2")
'org.bakeneko:spring-boot-starter-rabbitmq-rpc:jar:0.0.2'
<dependency org="org.bakeneko" name="spring-boot-starter-rabbitmq-rpc" rev="0.0.2">
<artifact name="spring-boot-starter-rabbitmq-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bakeneko', module='spring-boot-starter-rabbitmq-rpc', version='0.0.2')
)
libraryDependencies += "org.bakeneko" % "spring-boot-starter-rabbitmq-rpc" % "0.0.2"
[org.bakeneko/spring-boot-starter-rabbitmq-rpc "0.0.2"]