#Core components shared by other projects in the app starters organization This module consists of core dependencies and other common artifacts.
License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.springframework.cloud.stream.app |
ArtifactId | ArtifactIdspring-cloud-starter-stream-processor-httpclient |
Last Version | Last Version2.1.5.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-cloud-starter-stream-processor-httpclient
Spring Cloud Stream processor-httpclient core
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-processor-httpclient/ -->
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>spring-cloud-starter-stream-processor-httpclient</artifactId>
<version>2.1.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-processor-httpclient/
implementation 'org.springframework.cloud.stream.app:spring-cloud-starter-stream-processor-httpclient:2.1.5.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-processor-httpclient/
implementation ("org.springframework.cloud.stream.app:spring-cloud-starter-stream-processor-httpclient:2.1.5.RELEASE")
'org.springframework.cloud.stream.app:spring-cloud-starter-stream-processor-httpclient:jar:2.1.5.RELEASE'
<dependency org="org.springframework.cloud.stream.app" name="spring-cloud-starter-stream-processor-httpclient" rev="2.1.5.RELEASE">
<artifact name="spring-cloud-starter-stream-processor-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='spring-cloud-starter-stream-processor-httpclient', version='2.1.5.RELEASE')
)
libraryDependencies += "org.springframework.cloud.stream.app" % "spring-cloud-starter-stream-processor-httpclient" % "2.1.5.RELEASE"
[org.springframework.cloud.stream.app/spring-cloud-starter-stream-processor-httpclient "2.1.5.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-stream-test-support-internal | jar | |
org.springframework.integration : spring-integration-test | jar | |
org.springframework.cloud : spring-cloud-stream-test-support | jar |
#Core components shared by other projects in the app starters organization This module consists of core dependencies and other common artifacts.