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