Download ph-db-api-1.1.0.jar file - Jar p

Jar examples for p:ph-db-api

Description

Basic database API stuff that is useful for JDBC and JPA

You can download jar file ph-db-api 1.1.0 in this page.

License

Apache 2

Build File

You can use the following script to add ph-db-api-1.1.0.jar to your project.

<dependency>
   <groupId>com.helger</groupId>
   <artifactId>ph-db-api</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.helger', name: 'ph-db-api', version: '1.1.0'
libraryDependencies += "com.helger" % "ph-db-api" % "1.1.0"
<dependency org="com.helger" name="ph-db-api" rev="1.1.0"/>
@Grapes(@Grab(group='com.helger', module='ph-db-api', version='1.1.0'))
'com.helger:ph-db-api:jar:1.1.0'

Download

Click the following link to download the jar file.

ph-db-api-1.1.0-javadoc.jar
ph-db-api-1.1.0-sources.jar
ph-db-api-1.1.0.jar
ph-db-api-1.1.0.pom



Related Tutorials