Jar examples for s:springjdbc-iterable
Spring-JDBC extension library. Provides IterableJdbcTemplate and IterableNamedParameterJdbcTemplate that can return query result in lazy mode as iterators
You can download jar file springjdbc-iterable 1.0.3 in this page.
Apache License 2.0
You can use the following script to add springjdbc-iterable-1.0.3.jar to your project.
<dependency> <groupId>com.alexkasko.springjdbc</groupId> <artifactId>springjdbc-iterable</artifactId> <version>1.0.3</version> </dependency>
compile group: 'com.alexkasko.springjdbc', name: 'springjdbc-iterable', version: '1.0.3'
libraryDependencies += "com.alexkasko.springjdbc" % "springjdbc-iterable" % "1.0.3"
<dependency org="com.alexkasko.springjdbc" name="springjdbc-iterable" rev="1.0.3"/>
@Grapes(@Grab(group='com.alexkasko.springjdbc', module='springjdbc-iterable', version='1.0.3'))
'com.alexkasko.springjdbc:springjdbc-iterable:jar:1.0.3'
Click the following link to download the jar file.
springjdbc-iterable-1.0.3-javadoc.jar