Download springjdbc-iterable-1.0.3.jar file - Jar s

Jar examples for s:springjdbc-iterable

Description

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.

License

Apache License 2.0

Build File

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'

Download

Click the following link to download the jar file.

springjdbc-iterable-1.0.3-javadoc.jar
springjdbc-iterable-1.0.3-sources.jar
springjdbc-iterable-1.0.3.jar
springjdbc-iterable-1.0.3.pom



Related Tutorials