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