y

yawp-testing-postgresql

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