| License |
License |
|---|---|
| Categories |
CategoriesPostgreSQL Data Databases |
| GroupId | GroupIdcom.github.onozaty |
| ArtifactId | ArtifactIdpostgresql-copy-helper |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpostgresql-copy-helper
Provides a helper class for using the PostgreSQL COPY command.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.onozaty/postgresql-copy-helper/ -->
<dependency>
<groupId>com.github.onozaty</groupId>
<artifactId>postgresql-copy-helper</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.onozaty/postgresql-copy-helper/
implementation 'com.github.onozaty:postgresql-copy-helper:1.1.0'
// https://jarcasting.com/artifacts/com.github.onozaty/postgresql-copy-helper/
implementation ("com.github.onozaty:postgresql-copy-helper:1.1.0")
'com.github.onozaty:postgresql-copy-helper:jar:1.1.0'
<dependency org="com.github.onozaty" name="postgresql-copy-helper" rev="1.1.0">
<artifact name="postgresql-copy-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.onozaty', module='postgresql-copy-helper', version='1.1.0')
)
libraryDependencies += "com.github.onozaty" % "postgresql-copy-helper" % "1.1.0"
[com.github.onozaty/postgresql-copy-helper "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.postgresql : postgresql | jar | 42.2.9 |
| org.apache.commons : commons-csv | jar | 1.7 |