License |
License |
---|---|
GroupId | GroupIdcom.alexkasko.springjdbc |
ArtifactId | ArtifactIdspringjdbc-iterable |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionSpring JdbcTemplate Iterable Extension Library
Spring-JDBC extension library. Provides IterableJdbcTemplate and IterableNamedParameterJdbcTemplate
that can return query result in lazy mode as iterators
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
springjdbc-iterable-1.0.3.pom | |
springjdbc-iterable-1.0.3.jar | 21 KB |
springjdbc-iterable-1.0.3-sources.jar | 12 KB |
springjdbc-iterable-1.0.3-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexkasko.springjdbc/springjdbc-iterable/ -->
<dependency>
<groupId>com.alexkasko.springjdbc</groupId>
<artifactId>springjdbc-iterable</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.springjdbc/springjdbc-iterable/
implementation 'com.alexkasko.springjdbc:springjdbc-iterable:1.0.3'
// https://jarcasting.com/artifacts/com.alexkasko.springjdbc/springjdbc-iterable/
implementation ("com.alexkasko.springjdbc:springjdbc-iterable:1.0.3")
'com.alexkasko.springjdbc:springjdbc-iterable:jar:1.0.3'
<dependency org="com.alexkasko.springjdbc" name="springjdbc-iterable" rev="1.0.3">
<artifact name="springjdbc-iterable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.springjdbc', module='springjdbc-iterable', version='1.0.3')
)
libraryDependencies += "com.alexkasko.springjdbc" % "springjdbc-iterable" % "1.0.3"
[com.alexkasko.springjdbc/springjdbc-iterable "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 3.0.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
com.h2database : h2 | jar | 1.3.154 |
commons-io : commons-io | jar | 2.1 |