<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>5.3.2.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-core:5.3.2.RELEASE'
implementation("org.springframework.integration:spring-integration-core:5.3.2.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-core" % "5.3.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-core', version='5.3.2.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-core" rev="5.3.2.RELEASE" />
compile
|-- org.springframework:spring-aop:5.2.8.RELEASE
|-- org.springframework:spring-context:5.2.8.RELEASE
|-- org.springframework:spring-messaging:5.2.8.RELEASE
|-- org.springframework:spring-tx:5.2.8.RELEASE
|-- org.springframework.retry:spring-retry:1.2.5.RELEASE
|-- io.projectreactor:reactor-core:3.3.8.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.11.0
|-- com.jayway.jsonpath:json-path:2.4.0
|-- com.esotericsoftware:kryo-shaded:4.0.2
|-- io.micrometer:micrometer-core:1.5.2
|-- io.github.resilience4j:resilience4j-ratelimiter:1.4.0