| Группа | Группаde.bytefish |
|---|---|
| Идентификатор | Идентификаторpgbulkinsert |
| Версия | Версия4.0-alpha-1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| pgbulkinsert-4.0-alpha-1.pom | |
| pgbulkinsert-4.0-alpha-1.jar | 93 KB |
| pgbulkinsert-4.0-alpha-1-sources.jar | 57 KB |
| pgbulkinsert-4.0-alpha-1-javadoc.jar | 513 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.bytefish/pgbulkinsert/ -->
<dependency>
<groupId>de.bytefish</groupId>
<artifactId>pgbulkinsert</artifactId>
<version>4.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish/pgbulkinsert/
implementation 'de.bytefish:pgbulkinsert:4.0-alpha-1'
// https://jarcasting.com/artifacts/de.bytefish/pgbulkinsert/
implementation ("de.bytefish:pgbulkinsert:4.0-alpha-1")
'de.bytefish:pgbulkinsert:jar:4.0-alpha-1'
<dependency org="de.bytefish" name="pgbulkinsert" rev="4.0-alpha-1">
<artifact name="pgbulkinsert" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish', module='pgbulkinsert', version='4.0-alpha-1')
)
libraryDependencies += "de.bytefish" % "pgbulkinsert" % "4.0-alpha-1"
[de.bytefish/pgbulkinsert "4.0-alpha-1"]