p

pgbulkinsert-parent

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