GroupId | GroupIdcom.alexkasko.springjdbc |
---|---|
ArtifactId | ArtifactIdspringjdbc-iterable |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
springjdbc-iterable-1.0.2.pom | |
springjdbc-iterable-1.0.2.jar | 20 KB |
springjdbc-iterable-1.0.2-sources.jar | 11 KB |
springjdbc-iterable-1.0.2-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexkasko.springjdbc/springjdbc-iterable/ -->
<dependency>
<groupId>com.alexkasko.springjdbc</groupId>
<artifactId>springjdbc-iterable</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.springjdbc/springjdbc-iterable/
implementation 'com.alexkasko.springjdbc:springjdbc-iterable:1.0.2'
// https://jarcasting.com/artifacts/com.alexkasko.springjdbc/springjdbc-iterable/
implementation ("com.alexkasko.springjdbc:springjdbc-iterable:1.0.2")
'com.alexkasko.springjdbc:springjdbc-iterable:jar:1.0.2'
<dependency org="com.alexkasko.springjdbc" name="springjdbc-iterable" rev="1.0.2">
<artifact name="springjdbc-iterable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.springjdbc', module='springjdbc-iterable', version='1.0.2')
)
libraryDependencies += "com.alexkasko.springjdbc" % "springjdbc-iterable" % "1.0.2"
[com.alexkasko.springjdbc/springjdbc-iterable "1.0.2"]