Files download
File Operation
batch-processing-jdbc-fragment-0.0.3.jar download
batch-processing-jdbc-fragment-0.0.3.pom download
batch-processing-jdbc-fragment-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>de.trust-nickol</groupId>
  <artifactId>batch-processing-jdbc-fragment</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'de.trust-nickol:batch-processing-jdbc-fragment:0.0.3'
Gradle Kotlin
implementation("de.trust-nickol:batch-processing-jdbc-fragment:0.0.3")
Scala SBT
libraryDependencies += "de.trust-nickol" % "batch-processing-jdbc-fragment" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='de.trust-nickol', module='batch-processing-jdbc-fragment', version='0.0.3')
)
Apache Ivy
<dependency org="de.trust-nickol" name="batch-processing-jdbc-fragment" rev="0.0.3" />
Leiningen
[de.trust-nickol/batch-processing-jdbc-fragment "0.0.3"]
Apache Buildr
'de.trust-nickol:batch-processing-jdbc-fragment:jar:0.0.3'