p

pg-index-health-jdbc-connection

pg-index-health-jdbc-connection is an abstraction of a connection to a high availability PostgreSQL cluster.
https://github.com/mfvanek/pg-index-health
Apache License Version 2.0
Ivan Vakhrushev Alex Antipin
文件下载
文件名 操作
pg-index-health-jdbc-connection-0.13.0.jar 下载
pg-index-health-jdbc-connection-0.13.0.pom 下载
pg-index-health-jdbc-connection-0.13.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.mfvanek</groupId>
  <artifactId>pg-index-health-jdbc-connection</artifactId>
  <version>0.13.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.mfvanek:pg-index-health-jdbc-connection:0.13.0'
Gradle Kotlin
implementation("io.github.mfvanek:pg-index-health-jdbc-connection:0.13.0")
Scala SBT
libraryDependencies += "io.github.mfvanek" % "pg-index-health-jdbc-connection" % "0.13.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mfvanek', module='pg-index-health-jdbc-connection', version='0.13.0')
)
Apache Ivy
<dependency org="io.github.mfvanek" name="pg-index-health-jdbc-connection" rev="0.13.0" />
Leiningen
[io.github.mfvanek/pg-index-health-jdbc-connection "0.13.0"]
Apache Buildr
'io.github.mfvanek:pg-index-health-jdbc-connection:jar:0.13.0'