| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииPostgreSQL Данные Базы данных |
| Группа | Группаcom.github.onozaty |
| Идентификатор | Идентификаторpostgresql-copy-helper |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеpostgresql-copy-helper
Provides a helper class for using the PostgreSQL COPY command.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| postgresql-copy-helper-1.1.0.pom | |
| postgresql-copy-helper-1.1.0.jar | 12 KB |
| postgresql-copy-helper-1.1.0-sources.jar | 6 KB |
| postgresql-copy-helper-1.1.0-javadoc.jar | 46 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.postgresql : postgresql | jar | 42.2.9 |
| org.apache.commons : commons-csv | jar | 1.7 |