is not current version
Last Version 8.0.0

de.bytefish:pgbulkinsert 3.3

PgBulkInsert is a Java library for Bulk Inserts with PostgreSQL.

GroupId

GroupId

de.bytefish
ArtifactId

ArtifactId

pgbulkinsert
Version

Version

3.3
Type

Type

jar

Download pgbulkinsert 3.3


<!-- https://jarcasting.com/artifacts/de.bytefish/pgbulkinsert/ -->
<dependency>
    <groupId>de.bytefish</groupId>
    <artifactId>pgbulkinsert</artifactId>
    <version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish/pgbulkinsert/
implementation 'de.bytefish:pgbulkinsert:3.3'
// https://jarcasting.com/artifacts/de.bytefish/pgbulkinsert/
implementation ("de.bytefish:pgbulkinsert:3.3")
'de.bytefish:pgbulkinsert:jar:3.3'
<dependency org="de.bytefish" name="pgbulkinsert" rev="3.3">
  <artifact name="pgbulkinsert" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish', module='pgbulkinsert', version='3.3')
)
libraryDependencies += "de.bytefish" % "pgbulkinsert" % "3.3"
[de.bytefish/pgbulkinsert "3.3"]