GroupId | GroupIdde.bytefish |
---|---|
ArtifactId | ArtifactIdpgbulkinsert |
Version | Version3.8 |
Type | Typejar |
Filename | Size |
---|---|
pgbulkinsert-3.8.pom | |
pgbulkinsert-3.8.jar | 88 KB |
pgbulkinsert-3.8-sources.jar | 54 KB |
pgbulkinsert-3.8-javadoc.jar | 491 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.bytefish/pgbulkinsert/ -->
<dependency>
<groupId>de.bytefish</groupId>
<artifactId>pgbulkinsert</artifactId>
<version>3.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish/pgbulkinsert/
implementation 'de.bytefish:pgbulkinsert:3.8'
// https://jarcasting.com/artifacts/de.bytefish/pgbulkinsert/
implementation ("de.bytefish:pgbulkinsert:3.8")
'de.bytefish:pgbulkinsert:jar:3.8'
<dependency org="de.bytefish" name="pgbulkinsert" rev="3.8">
<artifact name="pgbulkinsert" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish', module='pgbulkinsert', version='3.8')
)
libraryDependencies += "de.bytefish" % "pgbulkinsert" % "3.8"
[de.bytefish/pgbulkinsert "3.8"]