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