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