Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.springframework.cloud.stream.app |
ArtifactId | ArtifactIdhttpclient-processor-rabbit |
Version | Version2.1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/httpclient-processor-rabbit/ -->
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>httpclient-processor-rabbit</artifactId>
<version>2.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/httpclient-processor-rabbit/
implementation 'org.springframework.cloud.stream.app:httpclient-processor-rabbit:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/httpclient-processor-rabbit/
implementation ("org.springframework.cloud.stream.app:httpclient-processor-rabbit:2.1.0.RELEASE")
'org.springframework.cloud.stream.app:httpclient-processor-rabbit:jar:2.1.0.RELEASE'
<dependency org="org.springframework.cloud.stream.app" name="httpclient-processor-rabbit" rev="2.1.0.RELEASE">
<artifact name="httpclient-processor-rabbit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='httpclient-processor-rabbit', version='2.1.0.RELEASE')
)
libraryDependencies += "org.springframework.cloud.stream.app" % "httpclient-processor-rabbit" % "2.1.0.RELEASE"
[org.springframework.cloud.stream.app/httpclient-processor-rabbit "2.1.0.RELEASE"]