h

hibernate-entitymanager

(deprecated - use hibernate-core instead) Hibernate O/RM implementation of the JPA specification
https://hibernate.org/orm
GNU Library General Public License v2.1 or later
Hibernate.org
The Hibernate Development Team
Files download
File Operation
hibernate-entitymanager-5.6.8.Final.jar download
hibernate-entitymanager-5.6.8.Final.pom download
hibernate-entitymanager-5.6.8.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-entitymanager</artifactId>
  <version>5.6.8.Final</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-entitymanager:5.6.8.Final'
Gradle Kotlin
implementation("org.hibernate:hibernate-entitymanager:5.6.8.Final")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-entitymanager" % "5.6.8.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-entitymanager', version='5.6.8.Final')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-entitymanager" rev="5.6.8.Final" />
Leiningen
[org.hibernate/hibernate-entitymanager "5.6.8.Final"]
Apache Buildr
'org.hibernate:hibernate-entitymanager:jar:5.6.8.Final'