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