Download db-1.0.2.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.2 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

db-1.0.2-javadoc.jar
db-1.0.2-sources.jar
db-1.0.2-tests.jar
db-1.0.2.jar
db-1.0.2.pom



Related Tutorials