License |
License |
---|---|
GroupId | GroupIdcom.github.xiaoluo1314 |
ArtifactId | ArtifactIdcloud-stream |
Version | Version2.2.1 |
Type | Typejar |
Description |
Descriptioncloud-stream
Demo project for Spring Boot
|
Filename | Size |
---|---|
cloud-stream-2.2.1.pom | |
cloud-stream-2.2.1.jar | 10 KB |
cloud-stream-2.2.1-sources.jar | 8 KB |
cloud-stream-2.2.1-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiaoluo1314/cloud-stream/ -->
<dependency>
<groupId>com.github.xiaoluo1314</groupId>
<artifactId>cloud-stream</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoluo1314/cloud-stream/
implementation 'com.github.xiaoluo1314:cloud-stream:2.2.1'
// https://jarcasting.com/artifacts/com.github.xiaoluo1314/cloud-stream/
implementation ("com.github.xiaoluo1314:cloud-stream:2.2.1")
'com.github.xiaoluo1314:cloud-stream:jar:2.2.1'
<dependency org="com.github.xiaoluo1314" name="cloud-stream" rev="2.2.1">
<artifact name="cloud-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoluo1314', module='cloud-stream', version='2.2.1')
)
libraryDependencies += "com.github.xiaoluo1314" % "cloud-stream" % "2.2.1"
[com.github.xiaoluo1314/cloud-stream "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-starter-stream-rabbit | jar | |
org.projectlombok : lombok Optional | jar | 1.18.6 |