is not current version
Last Version 1.0.3

com.alexkasko.springjdbc:springjdbc-iterable 1.0

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
Type

Type

jar

Download springjdbc-iterable 1.0


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