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