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