y

yawp-testing-postgresql

YAWP! testing postgresql
文件下载
文件名 操作
yawp-testing-postgresql-1.6.19.jar 下载
yawp-testing-postgresql-1.6.19.pom 下载
yawp-testing-postgresql-1.6.19-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.yawp</groupId>
  <artifactId>yawp-testing-postgresql</artifactId>
  <version>1.6.19</version>
</dependency>
Gradle Groovy
implementation 'io.yawp:yawp-testing-postgresql:1.6.19'
Gradle Kotlin
implementation("io.yawp:yawp-testing-postgresql:1.6.19")
Scala SBT
libraryDependencies += "io.yawp" % "yawp-testing-postgresql" % "1.6.19"
Groovy Grape
@Grapes(
  @Grab(group='io.yawp', module='yawp-testing-postgresql', version='1.6.19')
)
Apache Ivy
<dependency org="io.yawp" name="yawp-testing-postgresql" rev="1.6.19" />
Leiningen
[io.yawp/yawp-testing-postgresql "1.6.19"]
Apache Buildr
'io.yawp:yawp-testing-postgresql:jar:1.6.19'