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

Jar examples for c:commons-bdb

Description

BerkeleyDB JE utilities

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials