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