is not current version
Last Version 1.0.3

com.alexkasko.springjdbc:springjdbc-iterable 1.0.1

Spring-JDBC extension library. Provides IterableJdbcTemplate and IterableNamedParameterJdbcTemplate that can return query result in lazy mode as iterators

GroupId

GroupId

com.alexkasko.springjdbc
ArtifactId

ArtifactId

springjdbc-iterable
Version

Version

1.0.1
Type

Type

jar

Download springjdbc-iterable 1.0.1


<!-- https://jarcasting.com/artifacts/com.alexkasko.springjdbc/springjdbc-iterable/ -->
<dependency>
    <groupId>com.alexkasko.springjdbc</groupId>
    <artifactId>springjdbc-iterable</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.springjdbc/springjdbc-iterable/
implementation 'com.alexkasko.springjdbc:springjdbc-iterable:1.0.1'
// https://jarcasting.com/artifacts/com.alexkasko.springjdbc/springjdbc-iterable/
implementation ("com.alexkasko.springjdbc:springjdbc-iterable:1.0.1")
'com.alexkasko.springjdbc:springjdbc-iterable:jar:1.0.1'
<dependency org="com.alexkasko.springjdbc" name="springjdbc-iterable" rev="1.0.1">
  <artifact name="springjdbc-iterable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.springjdbc', module='springjdbc-iterable', version='1.0.1')
)
libraryDependencies += "com.alexkasko.springjdbc" % "springjdbc-iterable" % "1.0.1"
[com.alexkasko.springjdbc/springjdbc-iterable "1.0.1"]