<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-core:1.0.3.RELEASE'
implementation("org.springframework.integration:spring-integration-core:1.0.3.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-core" % "1.0.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-core', version='1.0.3.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-core" rev="1.0.3.RELEASE" />
<parent> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-parent</artifactId> <version>1.0.3.RELEASE</version> </parent>
compile
|-- org.springframework:spring-aop:2.5.6
|-- org.springframework:spring-context:2.5.6
|-- org.springframework:spring-tx:2.5.6
test
|-- junit:junit:4.4