| Категории |
КатегорииPostgreSQL Данные Базы данных |
|---|---|
| Группа | Группаcom.github.onozaty |
| Идентификатор | Идентификаторpostgresql-copy-helper |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| postgresql-copy-helper-0.0.2.pom | |
| postgresql-copy-helper-0.0.2.jar | 12 KB |
| postgresql-copy-helper-0.0.2-sources.jar | 6 KB |
| postgresql-copy-helper-0.0.2-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>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"]