<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>5.1.6.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-core:5.1.6.RELEASE'
implementation("org.springframework.integration:spring-integration-core:5.1.6.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-core" % "5.1.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-core', version='5.1.6.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-core" rev="5.1.6.RELEASE" />
compile
|-- org.springframework:spring-core:5.1.8.RELEASE
|-- org.springframework:spring-aop:5.1.8.RELEASE
|-- org.springframework:spring-context:5.1.8.RELEASE
|-- org.springframework:spring-messaging:5.1.8.RELEASE
|-- org.springframework:spring-tx:5.1.8.RELEASE
|-- org.springframework.retry:spring-retry:1.2.4.RELEASE
|-- io.projectreactor:reactor-core:3.2.10.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.9.9
|-- com.jayway.jsonpath:json-path:2.4.0