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