<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>5.2.5.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-core:5.2.5.RELEASE'
implementation("org.springframework.integration:spring-integration-core:5.2.5.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-core" % "5.2.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-core', version='5.2.5.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-core" rev="5.2.5.RELEASE" />
compile
|-- com.esotericsoftware:kryo-shaded:4.0.2
|-- com.fasterxml.jackson.core:jackson-databind:2.10.3
|-- com.jayway.jsonpath:json-path:2.4.0
|-- io.github.resilience4j:resilience4j-ratelimiter:1.1.0
|-- io.micrometer:micrometer-core:1.3.6
|-- io.projectreactor:reactor-core:3.3.4.RELEASE
|-- org.apache.avro:avro:1.9.2
|-- org.springframework.retry:spring-retry:1.2.5.RELEASE
|-- org.springframework:spring-aop:5.2.5.RELEASE
|-- org.springframework:spring-context:5.2.5.RELEASE
|-- org.springframework:spring-core:5.2.5.RELEASE