GroupId | GroupIdio.zonky.test.postgres |
---|---|
ArtifactId | ArtifactIdembedded-postgres-binaries-linux-amd64 |
Version | Version9.6.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.zonky.test.postgres/embedded-postgres-binaries-linux-amd64/ -->
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-linux-amd64</artifactId>
<version>9.6.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.zonky.test.postgres/embedded-postgres-binaries-linux-amd64/
implementation 'io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:9.6.14'
// https://jarcasting.com/artifacts/io.zonky.test.postgres/embedded-postgres-binaries-linux-amd64/
implementation ("io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:9.6.14")
'io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:jar:9.6.14'
<dependency org="io.zonky.test.postgres" name="embedded-postgres-binaries-linux-amd64" rev="9.6.14">
<artifact name="embedded-postgres-binaries-linux-amd64" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zonky.test.postgres', module='embedded-postgres-binaries-linux-amd64', version='9.6.14')
)
libraryDependencies += "io.zonky.test.postgres" % "embedded-postgres-binaries-linux-amd64" % "9.6.14"
[io.zonky.test.postgres/embedded-postgres-binaries-linux-amd64 "9.6.14"]