How To Install Java Artifact com.sleepycat.je v5.0.73

com.sleepycat je 5.0.73

Introduction

In this article, we'll learn how to install Java artifact je from com.sleepycat group in version 5.0.73. The artifact is available in 5 versions: 18.3.12 18.3.1 18.1.11 5.0.73 4.0.92 . The Berkeley DB Java Edition project has been released under Sleepycat License license, and has its own website at: http://www.oracle.com/technetwork/products/berkeleydb/overview/index.html .

How To Install Java Artifact com.sleepycat.je In Version 5.0.73

To install the Berkeley DB Java Edition artifact in version 5.0.73 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Berkeley DB Java Edition dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Licenses