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