Download db-1.0.0.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.0 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

db-1.0.0-sources.jar
db-1.0.0.jar
db-1.0.0.pom



Related Tutorials