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