GroupId | GroupIdio.zonky.test |
---|---|
ArtifactId | ArtifactIdembedded-postgres |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
embedded-postgres-1.2.2.pom | |
embedded-postgres-1.2.2.jar | 53 KB |
embedded-postgres-1.2.2-sources.jar | 32 KB |
embedded-postgres-1.2.2-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.zonky.test/embedded-postgres/ -->
<dependency>
<groupId>io.zonky.test</groupId>
<artifactId>embedded-postgres</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.zonky.test/embedded-postgres/
implementation 'io.zonky.test:embedded-postgres:1.2.2'
// https://jarcasting.com/artifacts/io.zonky.test/embedded-postgres/
implementation ("io.zonky.test:embedded-postgres:1.2.2")
'io.zonky.test:embedded-postgres:jar:1.2.2'
<dependency org="io.zonky.test" name="embedded-postgres" rev="1.2.2">
<artifact name="embedded-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zonky.test', module='embedded-postgres', version='1.2.2')
)
libraryDependencies += "io.zonky.test" % "embedded-postgres" % "1.2.2"
[io.zonky.test/embedded-postgres "1.2.2"]