<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-linux-amd64-alpine</artifactId>
<version>13.14.0</version>
</dependency>
implementation 'io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64-alpine:13.14.0'
implementation("io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64-alpine:13.14.0")
libraryDependencies += "io.zonky.test.postgres" % "embedded-postgres-binaries-linux-amd64-alpine" % "13.14.0"
@Grapes(
@Grab(group='io.zonky.test.postgres', module='embedded-postgres-binaries-linux-amd64-alpine', version='13.14.0')
)
<dependency org="io.zonky.test.postgres" name="embedded-postgres-binaries-linux-amd64-alpine" rev="13.14.0" />