<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>4.2.4.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-core:4.2.4.RELEASE'
implementation("org.springframework.integration:spring-integration-core:4.2.4.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-core" % "4.2.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-core', version='4.2.4.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-core" rev="4.2.4.RELEASE" />
compile
|-- org.springframework:spring-core:4.2.4.RELEASE
|-- org.springframework:spring-tx:4.2.4.RELEASE
|-- com.jayway.jsonpath:json-path:2.0.0
|-- org.springframework.retry:spring-retry:1.1.2.RELEASE
|-- com.esotericsoftware:kryo-shaded:3.0.3
|-- org.springframework:spring-aop:4.2.4.RELEASE
|-- org.springframework:spring-context:4.2.4.RELEASE
|-- io.projectreactor:reactor-stream:2.0.6.RELEASE
|-- org.springframework:spring-messaging:4.2.4.RELEASE