p

pgbulkinsert-bulkprocessor

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