GroupId | GroupIdio.zonky.test.postgres |
---|---|
ArtifactId | ArtifactIdembedded-postgres-binaries-windows-amd64 |
Version | Version9.5.24-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.zonky.test.postgres/embedded-postgres-binaries-windows-amd64/ -->
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-windows-amd64</artifactId>
<version>9.5.24-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.zonky.test.postgres/embedded-postgres-binaries-windows-amd64/
implementation 'io.zonky.test.postgres:embedded-postgres-binaries-windows-amd64:9.5.24-1'
// https://jarcasting.com/artifacts/io.zonky.test.postgres/embedded-postgres-binaries-windows-amd64/
implementation ("io.zonky.test.postgres:embedded-postgres-binaries-windows-amd64:9.5.24-1")
'io.zonky.test.postgres:embedded-postgres-binaries-windows-amd64:jar:9.5.24-1'
<dependency org="io.zonky.test.postgres" name="embedded-postgres-binaries-windows-amd64" rev="9.5.24-1">
<artifact name="embedded-postgres-binaries-windows-amd64" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zonky.test.postgres', module='embedded-postgres-binaries-windows-amd64', version='9.5.24-1')
)
libraryDependencies += "io.zonky.test.postgres" % "embedded-postgres-binaries-windows-amd64" % "9.5.24-1"
[io.zonky.test.postgres/embedded-postgres-binaries-windows-amd64 "9.5.24-1"]