<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>4.1.5.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-core:4.1.5.RELEASE'
implementation("org.springframework.integration:spring-integration-core:4.1.5.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-core" % "4.1.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-core', version='4.1.5.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-core" rev="4.1.5.RELEASE" />
compile
|-- org.springframework:spring-aop:4.1.6.RELEASE
|-- org.projectreactor:reactor-core:1.1.4.RELEASE
|-- org.springframework:spring-context:4.1.6.RELEASE
|-- org.springframework:spring-context-support:4.1.6.RELEASE
|-- org.springframework:spring-messaging:4.1.6.RELEASE
|-- org.projectreactor.spring:reactor-spring-context:1.1.3.RELEASE
|-- org.springframework.retry:spring-retry:1.1.1.RELEASE
|-- org.springframework:spring-tx:4.1.6.RELEASE