Download heroku-jdbc-0.1.1.jar file - Jar h

Jar examples for h:heroku-jdbc

Description

Helper library for parsing Database URL into JDBC connection

You can download jar file heroku-jdbc 0.1.1 in this page.

License

MIT

Build File

You can use the following script to add heroku-jdbc-0.1.1.jar to your project.

<dependency>
   <groupId>com.heroku.sdk</groupId>
   <artifactId>heroku-jdbc</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'com.heroku.sdk', name: 'heroku-jdbc', version: '0.1.1'
libraryDependencies += "com.heroku.sdk" % "heroku-jdbc" % "0.1.1"
<dependency org="com.heroku.sdk" name="heroku-jdbc" rev="0.1.1"/>
@Grapes(@Grab(group='com.heroku.sdk', module='heroku-jdbc', version='0.1.1'))
'com.heroku.sdk:heroku-jdbc:jar:0.1.1'

Download

Click the following link to download the jar file.

heroku-jdbc-0.1.1-javadoc.jar
heroku-jdbc-0.1.1-sources.jar
heroku-jdbc-0.1.1.jar
heroku-jdbc-0.1.1.pom



Related Tutorials