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