Download db-1.0.8.jar file - Jar d

Jar examples for d:db

Description

The DB library provides common methods for retrieving database connections from either a confiurable connection pool, or from a JNDI resource

You can download jar file db 1.0.8 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add db-1.0.8.jar to your project.

<dependency>
   <groupId>nl.cloudfarming.client</groupId>
   <artifactId>db</artifactId>
   <version>1.0.8</version>
</dependency>
compile group: 'nl.cloudfarming.client', name: 'db', version: '1.0.8'
libraryDependencies += "nl.cloudfarming.client" % "db" % "1.0.8"
<dependency org="nl.cloudfarming.client" name="db" rev="1.0.8"/>
@Grapes(@Grab(group='nl.cloudfarming.client', module='db', version='1.0.8'))
'nl.cloudfarming.client:db:jar:1.0.8'

Download

Click the following link to download the jar file.

db-1.0.8-javadoc.jar
db-1.0.8-sources.jar
db-1.0.8.jar
db-1.0.8.pom



Related Tutorials