License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.bakeneko |
ArtifactId | ArtifactIdspring-boot-starter-rabbitmq-rpc |
Version | Version0.0.3-beta |
Type | Typejar |
Description |
DescriptionSpring Boot RabbitMQ RPC
A library for automatic generation of RabbitMQ RPC clients
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.3-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.bakeneko/spring-boot-starter-rabbitmq-rpc/
implementation 'org.bakeneko:spring-boot-starter-rabbitmq-rpc:0.0.3-beta'
// https://jarcasting.com/artifacts/org.bakeneko/spring-boot-starter-rabbitmq-rpc/
implementation ("org.bakeneko:spring-boot-starter-rabbitmq-rpc:0.0.3-beta")
'org.bakeneko:spring-boot-starter-rabbitmq-rpc:jar:0.0.3-beta'
<dependency org="org.bakeneko" name="spring-boot-starter-rabbitmq-rpc" rev="0.0.3-beta">
<artifact name="spring-boot-starter-rabbitmq-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bakeneko', module='spring-boot-starter-rabbitmq-rpc', version='0.0.3-beta')
)
libraryDependencies += "org.bakeneko" % "spring-boot-starter-rabbitmq-rpc" % "0.0.3-beta"
[org.bakeneko/spring-boot-starter-rabbitmq-rpc "0.0.3-beta"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-amqp | jar | 2.1.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.8.RELEASE |
org.springframework.amqp : spring-rabbit-test | jar | 2.1.8.RELEASE |
com.fasterxml.jackson.core : jackson-core | jar | 2.10.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |