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