License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdorg.springframework.cloud.stream.app |
ArtifactId | ArtifactIdelasticsearch-sink-rabbit |
Version | Version3.0.2 |
Type | Typejar |
Description |
Descriptionelasticsearch-sink-rabbit
Spring Cloud Stream Elasticsearch Sink Rabbit Binder Application
|
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/elasticsearch-sink-rabbit/ -->
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>elasticsearch-sink-rabbit</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/elasticsearch-sink-rabbit/
implementation 'org.springframework.cloud.stream.app:elasticsearch-sink-rabbit:3.0.2'
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/elasticsearch-sink-rabbit/
implementation ("org.springframework.cloud.stream.app:elasticsearch-sink-rabbit:3.0.2")
'org.springframework.cloud.stream.app:elasticsearch-sink-rabbit:jar:3.0.2'
<dependency org="org.springframework.cloud.stream.app" name="elasticsearch-sink-rabbit" rev="3.0.2">
<artifact name="elasticsearch-sink-rabbit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='elasticsearch-sink-rabbit', version='3.0.2')
)
libraryDependencies += "org.springframework.cloud.stream.app" % "elasticsearch-sink-rabbit" % "3.0.2"
[org.springframework.cloud.stream.app/elasticsearch-sink-rabbit "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.11.RELEASE |