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