Files download
File Operation
ph-db-jdbc-7.0.4.jar download
ph-db-jdbc-7.0.4.pom download
ph-db-jdbc-7.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helger</groupId>
  <artifactId>ph-db-jdbc</artifactId>
  <version>7.0.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger:ph-db-jdbc:7.0.4'
Gradle Kotlin
implementation("com.helger:ph-db-jdbc:7.0.4")
Scala SBT
libraryDependencies += "com.helger" % "ph-db-jdbc" % "7.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.helger', module='ph-db-jdbc', version='7.0.4')
)
Apache Ivy
<dependency org="com.helger" name="ph-db-jdbc" rev="7.0.4" />
Leiningen
[com.helger/ph-db-jdbc "7.0.4"]
Apache Buildr
'com.helger:ph-db-jdbc:jar:7.0.4'