cloud-stream

Demo project for Spring Boot

License

License

GroupId

GroupId

xyz.tneciv
ArtifactId

ArtifactId

cloud-stream
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

cloud-stream
Demo project for Spring Boot

Download cloud-stream

How to add to project

<!-- https://jarcasting.com/artifacts/xyz.tneciv/cloud-stream/ -->
<dependency>
    <groupId>xyz.tneciv</groupId>
    <artifactId>cloud-stream</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tneciv/cloud-stream/
implementation 'xyz.tneciv:cloud-stream:2.0.2'
// https://jarcasting.com/artifacts/xyz.tneciv/cloud-stream/
implementation ("xyz.tneciv:cloud-stream:2.0.2")
'xyz.tneciv:cloud-stream:jar:2.0.2'
<dependency org="xyz.tneciv" name="cloud-stream" rev="2.0.2">
  <artifact name="cloud-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tneciv', module='cloud-stream', version='2.0.2')
)
libraryDependencies += "xyz.tneciv" % "cloud-stream" % "2.0.2"
[xyz.tneciv/cloud-stream "2.0.2"]

Dependencies

provided (2)

Group / Artifact Type Version
org.springframework.cloud : spring-cloud-starter-stream-rabbit jar
org.projectlombok : lombok Optional jar 1.18.10

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1
2.0.0
Qin.SR2
Qin.SR1
Qin.RELEASE
Qin.RC3
Qin.RC1
Han.SR1