is not current version
Last Version 18.3.12

com.sleepycat:je 4.0.92

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/'.

GroupId

GroupId

com.sleepycat
ArtifactId

ArtifactId

je
Version

Version

4.0.92
Type

Type

jar

Download je 4.0.92


<!-- https://jarcasting.com/artifacts/com.sleepycat/je/ -->
<dependency>
    <groupId>com.sleepycat</groupId>
    <artifactId>je</artifactId>
    <version>4.0.92</version>
</dependency>
// https://jarcasting.com/artifacts/com.sleepycat/je/
implementation 'com.sleepycat:je:4.0.92'
// https://jarcasting.com/artifacts/com.sleepycat/je/
implementation ("com.sleepycat:je:4.0.92")
'com.sleepycat:je:jar:4.0.92'
<dependency org="com.sleepycat" name="je" rev="4.0.92">
  <artifact name="je" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sleepycat', module='je', version='4.0.92')
)
libraryDependencies += "com.sleepycat" % "je" % "4.0.92"
[com.sleepycat/je "4.0.92"]