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

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

db-0.9.11.pom



Related Tutorials