| GroupId | GroupIdorg.easybatch |
|---|---|
| ArtifactId | ArtifactIdeasybatch-jdbc |
| Version | Version5.0.0-RC2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easybatch-jdbc-5.0.0-RC2.pom | |
| easybatch-jdbc-5.0.0-RC2.jar | 9 KB |
| easybatch-jdbc-5.0.0-RC2-sources.jar | 9 KB |
| easybatch-jdbc-5.0.0-RC2-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.easybatch/easybatch-jdbc/ -->
<dependency>
<groupId>org.easybatch</groupId>
<artifactId>easybatch-jdbc</artifactId>
<version>5.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.easybatch/easybatch-jdbc/
implementation 'org.easybatch:easybatch-jdbc:5.0.0-RC2'
// https://jarcasting.com/artifacts/org.easybatch/easybatch-jdbc/
implementation ("org.easybatch:easybatch-jdbc:5.0.0-RC2")
'org.easybatch:easybatch-jdbc:jar:5.0.0-RC2'
<dependency org="org.easybatch" name="easybatch-jdbc" rev="5.0.0-RC2">
<artifact name="easybatch-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easybatch', module='easybatch-jdbc', version='5.0.0-RC2')
)
libraryDependencies += "org.easybatch" % "easybatch-jdbc" % "5.0.0-RC2"
[org.easybatch/easybatch-jdbc "5.0.0-RC2"]