GroupId | GroupIdcom.alexkasko.springjdbc |
---|---|
ArtifactId | ArtifactIdspringjdbc-iterable |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
springjdbc-iterable-1.0.pom | |
springjdbc-iterable-1.0.jar | 19 KB |
springjdbc-iterable-1.0-sources.jar | 11 KB |
springjdbc-iterable-1.0-javadoc.jar | 64 KB |
Browse |
<!-- 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"]