Last Version

pgbulkinsert 8.0.0

PgBulkInsert is a Java library for Bulk Inserts with PostgreSQL.

License

License

GroupId

GroupId

de.bytefish
ArtifactId

ArtifactId

pgbulkinsert
Version

Version

8.0.0
Type

Type

jar
Description

Description

pgbulkinsert
PgBulkInsert is a Java library for Bulk Inserts with PostgreSQL.
Project URL

Project URL

http://www.github.com/bytefish/PgBulkInsert
Source Code Management

Source Code Management

https://github.com/PgBulkInsert/PgBulkInsert

Download pgbulkinsert 8.0.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.postgresql : postgresql jar 42.2.16
org.checkerframework : checker-qual jar 3.7.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.