y

yawp-testing-postgresql

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