<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>4.0.5.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-core:4.0.5.RELEASE'
implementation("org.springframework.integration:spring-integration-core:4.0.5.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-core" % "4.0.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-core', version='4.0.5.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-core" rev="4.0.5.RELEASE" />
compile
|-- org.springframework:spring-tx:4.0.7.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.3.2
|-- org.springframework:spring-aop:4.0.7.RELEASE
|-- org.springframework.retry:spring-retry:1.1.1.RELEASE
|-- com.jayway.jsonpath:json-path:0.9.1
|-- org.codehaus.jackson:jackson-mapper-asl:1.9.13