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