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