j

jdbi3-postgres

jdbi PostgreSQL specific features
Apache License 2.0
文件下载
文件名 操作
jdbi3-postgres-3.35.0-rc1.jar 下载
jdbi3-postgres-3.35.0-rc1.pom 下载
jdbi3-postgres-3.35.0-rc1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-postgres</artifactId>
  <version>3.35.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-postgres:3.35.0-rc1'
Gradle Kotlin
implementation("org.jdbi:jdbi3-postgres:3.35.0-rc1")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-postgres" % "3.35.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-postgres', version='3.35.0-rc1')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-postgres" rev="3.35.0-rc1" />
Leiningen
[org.jdbi/jdbi3-postgres "3.35.0-rc1"]
Apache Buildr
'org.jdbi:jdbi3-postgres:jar:3.35.0-rc1'