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