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