is not current version
Last Version 1.1.0

com.github.onozaty:postgresql-copy-helper 0.0.2

Provides a helper class for using the PostgreSQL COPY command.

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

com.github.onozaty
ArtifactId

ArtifactId

postgresql-copy-helper
Version

Version

0.0.2
Type

Type

jar

Download postgresql-copy-helper 0.0.2


<!-- https://jarcasting.com/artifacts/com.github.onozaty/postgresql-copy-helper/ -->
<dependency>
    <groupId>com.github.onozaty</groupId>
    <artifactId>postgresql-copy-helper</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.onozaty/postgresql-copy-helper/
implementation 'com.github.onozaty:postgresql-copy-helper:0.0.2'
// https://jarcasting.com/artifacts/com.github.onozaty/postgresql-copy-helper/
implementation ("com.github.onozaty:postgresql-copy-helper:0.0.2")
'com.github.onozaty:postgresql-copy-helper:jar:0.0.2'
<dependency org="com.github.onozaty" name="postgresql-copy-helper" rev="0.0.2">
  <artifact name="postgresql-copy-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.onozaty', module='postgresql-copy-helper', version='0.0.2')
)
libraryDependencies += "com.github.onozaty" % "postgresql-copy-helper" % "0.0.2"
[com.github.onozaty/postgresql-copy-helper "0.0.2"]