Download commons-bdb-1.5.3.jar file - Jar c

Jar examples for c:commons-bdb

Description

BerkeleyDB JE utilities

You can download jar file commons-bdb 1.5.3 in this page.

Build File

You can use the following script to add commons-bdb-1.5.3.jar to your project.

<dependency>
   <groupId>com.github.nicosensei</groupId>
   <artifactId>commons-bdb</artifactId>
   <version>1.5.3</version>
</dependency>
compile group: 'com.github.nicosensei', name: 'commons-bdb', version: '1.5.3'
libraryDependencies += "com.github.nicosensei" % "commons-bdb" % "1.5.3"
<dependency org="com.github.nicosensei" name="commons-bdb" rev="1.5.3"/>
@Grapes(@Grab(group='com.github.nicosensei', module='commons-bdb', version='1.5.3'))
'com.github.nicosensei:commons-bdb:jar:1.5.3'

Download

Click the following link to download the jar file.

commons-bdb-1.5.3-javadoc.jar
commons-bdb-1.5.3-sources.jar
commons-bdb-1.5.3.jar
commons-bdb-1.5.3.pom



Related Tutorials