Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdio.yawp |
ArtifactId | ArtifactIdyawp-testing-postgresql |
Version | Version1.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.yawp/yawp-testing-postgresql/ -->
<dependency>
<groupId>io.yawp</groupId>
<artifactId>yawp-testing-postgresql</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.yawp/yawp-testing-postgresql/
implementation 'io.yawp:yawp-testing-postgresql:1.4.0'
// https://jarcasting.com/artifacts/io.yawp/yawp-testing-postgresql/
implementation ("io.yawp:yawp-testing-postgresql:1.4.0")
'io.yawp:yawp-testing-postgresql:jar:1.4.0'
<dependency org="io.yawp" name="yawp-testing-postgresql" rev="1.4.0">
<artifact name="yawp-testing-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.yawp', module='yawp-testing-postgresql', version='1.4.0')
)
libraryDependencies += "io.yawp" % "yawp-testing-postgresql" % "1.4.0"
[io.yawp/yawp-testing-postgresql "1.4.0"]