is not current version
Last Version 8.0.0

de.bytefish:pgbulkinsert 0.1

PgBulkInsert is a Java 1.8 library for Bulk Inserts.

GroupId

GroupId

de.bytefish
ArtifactId

ArtifactId

pgbulkinsert
Version

Version

0.1
Type

Type

jar

Download pgbulkinsert 0.1


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