MVN

de.bytefish.pgbulkinsert : pgbulkinsert-bulkprocessor

Maven & Gradle

Jun 11, 2020
97 stars

pgbulkinsert-bulkprocessor

<dependency>
    <groupId>de.bytefish.pgbulkinsert</groupId>
    <artifactId>pgbulkinsert-bulkprocessor</artifactId>
    <version>7.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.bytefish.pgbulkinsert : pgbulkinsert-bulkprocessor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.1
  • Latest Alpha: 5.1.0-alpha1

All Versions

Choose a version of de.bytefish.pgbulkinsert : pgbulkinsert-bulkprocessor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
pgbulkinsert-bulkprocessor-7.0.1
pgbulkinsert-bulkprocessor-7.0.0
6.0.x
pgbulkinsert-bulkprocessor-6.0.1
pgbulkinsert-bulkprocessor-6.0.0
5.1.x
pgbulkinsert-bulkprocessor-5.1.0
pgbulkinsert-bulkprocessor-5.1.0-alpha1
5.0.x
pgbulkinsert-bulkprocessor-5.0.0
pgbulkinsert-bulkprocessor-5.0.0-alpha1

How to add a dependency to Maven

Add the following de.bytefish.pgbulkinsert : pgbulkinsert-bulkprocessor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.bytefish.pgbulkinsert</groupId>
    <artifactId>pgbulkinsert-bulkprocessor</artifactId>
    <version>7.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.bytefish.pgbulkinsert : pgbulkinsert-bulkprocessor gradle dependency to your build.gradle file:

implementation 'de.bytefish.pgbulkinsert:pgbulkinsert-bulkprocessor:7.0.1'

Gradle Kotlin DSL: Add the following de.bytefish.pgbulkinsert : pgbulkinsert-bulkprocessor gradle kotlin dependency to your build.gradle.kts file:

implementation("de.bytefish.pgbulkinsert:pgbulkinsert-bulkprocessor:7.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.bytefish.pgbulkinsert : pgbulkinsert-bulkprocessor sbt scala dependency to your build.sbt file:

libraryDependencies += "de.bytefish.pgbulkinsert" % "pgbulkinsert-bulkprocessor" % "7.0.1"