p

pgbulkinsert-parent

PgBulkInsert is a Java library for Bulk Inserts with PostgreSQL.
http://www.github.com/bytefish/PgBulkInsert
MIT License
Irmo Manie Jon Freedman Mariusz Kowalczyk Philipp Wagner
Files download
File Operation
pgbulkinsert-parent-7.0.1.pom download
Apache Maven
<dependency>
  <groupId>de.bytefish.pgbulkinsert</groupId>
  <artifactId>pgbulkinsert-parent</artifactId>
  <version>7.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.bytefish.pgbulkinsert:pgbulkinsert-parent:7.0.1'
Gradle Kotlin
implementation("de.bytefish.pgbulkinsert:pgbulkinsert-parent:7.0.1")
Scala SBT
libraryDependencies += "de.bytefish.pgbulkinsert" % "pgbulkinsert-parent" % "7.0.1"
Groovy Grape
@Grapes(
  @Grab(group='de.bytefish.pgbulkinsert', module='pgbulkinsert-parent', version='7.0.1')
)
Apache Ivy
<dependency org="de.bytefish.pgbulkinsert" name="pgbulkinsert-parent" rev="7.0.1" />
Leiningen
[de.bytefish.pgbulkinsert/pgbulkinsert-parent "7.0.1"]
Apache Buildr
'de.bytefish.pgbulkinsert:pgbulkinsert-parent:jar:7.0.1'