How To Install Java Artifact org.hibernate.ejb3-persistence v1.0.1.GA

org.hibernate ejb3-persistence 1.0.1.GA

Introduction

In this article, we'll learn how to install Java artifact ejb3-persistence from org.hibernate group in version 1.0.1.GA. The artifact is available in 3 versions: 3.3.2.Beta1 1.0.2.GA 1.0.1.GA The Java Persistence API project has its own website at: http://www.hibernate.org.

How To Install Java Artifact org.hibernate.ejb3-persistence In Version 1.0.1.GA

To install the Java Persistence API artifact in version 1.0.1.GA 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 Java Persistence API 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.