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