y

yawp-testing-postgresql

YAWP! testing postgresql
Files download
File Operation
yawp-testing-postgresql-1.5.4.jar download
yawp-testing-postgresql-1.5.4.pom download
yawp-testing-postgresql-1.5.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.yawp</groupId>
  <artifactId>yawp-testing-postgresql</artifactId>
  <version>1.5.4</version>
</dependency>
Gradle Groovy
implementation 'io.yawp:yawp-testing-postgresql:1.5.4'
Gradle Kotlin
implementation("io.yawp:yawp-testing-postgresql:1.5.4")
Scala SBT
libraryDependencies += "io.yawp" % "yawp-testing-postgresql" % "1.5.4"
Groovy Grape
@Grapes(
  @Grab(group='io.yawp', module='yawp-testing-postgresql', version='1.5.4')
)
Apache Ivy
<dependency org="io.yawp" name="yawp-testing-postgresql" rev="1.5.4" />
Leiningen
[io.yawp/yawp-testing-postgresql "1.5.4"]
Apache Buildr
'io.yawp:yawp-testing-postgresql:jar:1.5.4'