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