Download je-4.0.92.jar file - Jar j

Jar examples for j:je

Description

Berkeley DB Java Edition is a open source, transactional storage solution for Java applications. The Direct Persistence Layer (DPL) API is faster and easier to develop, deploy, and manage than serialized object files or ORM-based Java persistence solutions. The Collections API enhances the standard java.util.collections classes allowing them to be persisted to a local file system and accessed concurrently while protected by ACID transactions. Data is stored by serializing objects and managing class and instance data separately so as not to waste space. Berkeley DB Java Edition is the reliable drop-in solution for complex, fast, and scalable storage. Source for this release is in 'je-4.0.92-sources.jar', the Javadoc is located at 'http://download.oracle.com/berkeley-db/docs/je/4.0.92/'.

You can download jar file je 4.0.92 in this page.

License

The Berkeley DB Java Edition License

Build File

You can use the following script to add je-4.0.92.jar to your project.

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

Download

Click the following link to download the jar file.

je-4.0.92-javadoc.jar
je-4.0.92-sources.jar
je-4.0.92.jar
je-4.0.92.pom



Related Tutorials