GroupId | GroupIdio.zonky.test.postgres |
---|---|
ArtifactId | ArtifactIdembedded-postgres-binaries-linux-arm32v7 |
Version | Version11.8.0 |
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>11.8.0</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:11.8.0'
// https://jarcasting.com/artifacts/io.zonky.test.postgres/embedded-postgres-binaries-linux-arm32v7/
implementation ("io.zonky.test.postgres:embedded-postgres-binaries-linux-arm32v7:11.8.0")
'io.zonky.test.postgres:embedded-postgres-binaries-linux-arm32v7:jar:11.8.0'
<dependency org="io.zonky.test.postgres" name="embedded-postgres-binaries-linux-arm32v7" rev="11.8.0">
<artifact name="embedded-postgres-binaries-linux-arm32v7" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zonky.test.postgres', module='embedded-postgres-binaries-linux-arm32v7', version='11.8.0')
)
libraryDependencies += "io.zonky.test.postgres" % "embedded-postgres-binaries-linux-arm32v7" % "11.8.0"
[io.zonky.test.postgres/embedded-postgres-binaries-linux-arm32v7 "11.8.0"]