<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-jdbc</artifactId>
<version>2.0.6.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-jdbc:2.0.6.RELEASE'
implementation("org.springframework.integration:spring-integration-jdbc:2.0.6.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-jdbc" % "2.0.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-jdbc', version='2.0.6.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-jdbc" rev="2.0.6.RELEASE" />
compile
|-- org.springframework:spring-jdbc:3.0.7.RELEASE
|-- org.springframework:spring-aop:3.0.7.RELEASE
|-- org.springframework.integration:spring-integration-core:2.0.6.RELEASE
|-- org.springframework:spring-tx:3.0.7.RELEASE
|-- org.springframework:spring-context:3.0.7.RELEASE
test
|-- org.springframework:spring-test:3.0.7.RELEASE
|-- org.apache.derby:derby:10.5.3.0_1
|-- org.aspectj:aspectjweaver:1.6.8
|-- org.springframework.integration:spring-integration-test:2.0.6.RELEASE
|-- org.easymock:easymockclassextension:2.3
|-- org.hamcrest:hamcrest-all:1.1
|-- org.mockito:mockito-all:1.8.4