<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>4.3.24.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-core:4.3.24.RELEASE'
implementation("org.springframework.integration:spring-integration-core:4.3.24.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-core" % "4.3.24.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-core', version='4.3.24.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-core" rev="4.3.24.RELEASE" />
compile
|-- org.springframework:spring-core:4.3.30.RELEASE
|-- org.springframework:spring-aop:4.3.30.RELEASE
|-- org.springframework:spring-context:4.3.30.RELEASE
|-- org.springframework:spring-messaging:4.3.30.RELEASE
|-- org.springframework:spring-tx:4.3.30.RELEASE
|-- org.springframework.retry:spring-retry:1.1.5.RELEASE
|-- io.projectreactor:reactor-stream:2.0.8.RELEASE
|-- com.fasterxml.jackson.core:jackson-core:2.8.11
|-- com.fasterxml.jackson.core:jackson-databind:2.8.11.6