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