GroupId | GroupIdio.zonky.test.postgres |
---|---|
ArtifactId | ArtifactIdembedded-postgres-binaries-linux-arm32v6 |
Version | Version10.14.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>10.14.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:10.14.0'
// https://jarcasting.com/artifacts/io.zonky.test.postgres/embedded-postgres-binaries-linux-arm32v6/
implementation ("io.zonky.test.postgres:embedded-postgres-binaries-linux-arm32v6:10.14.0")
'io.zonky.test.postgres:embedded-postgres-binaries-linux-arm32v6:jar:10.14.0'
<dependency org="io.zonky.test.postgres" name="embedded-postgres-binaries-linux-arm32v6" rev="10.14.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='10.14.0')
)
libraryDependencies += "io.zonky.test.postgres" % "embedded-postgres-binaries-linux-arm32v6" % "10.14.0"
[io.zonky.test.postgres/embedded-postgres-binaries-linux-arm32v6 "10.14.0"]