<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>3.0.0.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-core:3.0.0.RELEASE'
implementation("org.springframework.integration:spring-integration-core:3.0.0.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-core" % "3.0.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-core', version='3.0.0.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-core" rev="3.0.0.RELEASE" />
compile
|-- org.springframework:spring-context:3.2.6.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.2.3
|-- org.codehaus.jackson:jackson-mapper-asl:1.9.2
|-- com.jayway.jsonpath:json-path:0.8.1
|-- org.springframework.retry:spring-retry:1.0.3.RELEASE