GroupId | GroupIdio.zonky.test.postgres |
---|---|
ArtifactId | ArtifactIdembedded-postgres-binaries-linux-ppc64le-alpine |
Version | Version9.5.23 |
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.5.23</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.5.23'
// 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.5.23")
'io.zonky.test.postgres:embedded-postgres-binaries-linux-ppc64le-alpine:jar:9.5.23'
<dependency org="io.zonky.test.postgres" name="embedded-postgres-binaries-linux-ppc64le-alpine" rev="9.5.23">
<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.5.23')
)
libraryDependencies += "io.zonky.test.postgres" % "embedded-postgres-binaries-linux-ppc64le-alpine" % "9.5.23"
[io.zonky.test.postgres/embedded-postgres-binaries-linux-ppc64le-alpine "9.5.23"]