MVN

com.google.code.maven-play-plugin.org.hibernate : hibernate-core

Maven & Gradle

Oct 19, 2017
1 usages
5.7k stars

Core Hibernate O/RM functionality · The core O/RM functionality as provided by Hibernate

<dependency>
    <groupId>com.google.code.maven-play-plugin.org.hibernate</groupId>
    <artifactId>hibernate-core</artifactId>
    <version>5.2.10.Final-patched-play-1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.maven-play-plugin.org.hibernate : hibernate-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.10.Final-patched-play-1.5.0

All Versions

Choose a version of com.google.code.maven-play-plugin.org.hibernate : hibernate-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
hibernate-core-5.2.10.Final-patched-play-1.5.0
4.2.x
hibernate-core-4.2.19.Final-patched-play-1.3.2
hibernate-core-4.2.15.Final-patched-play-1.3.0
4.1.x
hibernate-core-4.1.3.Final-patched-play-1.3.0
3.6.x
hibernate-core-3.6.10.Final-patched-play-1.2.5
hibernate-core-3.6.1.Final-patched-play-1.2
3.5.x
hibernate-core-3.5.6-Final-patched-play-1.1.1
hibernate-core-3.5.6-Final-patched-play-1.1

How to add a dependency to Maven

Add the following com.google.code.maven-play-plugin.org.hibernate : hibernate-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.code.maven-play-plugin.org.hibernate</groupId>
    <artifactId>hibernate-core</artifactId>
    <version>5.2.10.Final-patched-play-1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.code.maven-play-plugin.org.hibernate : hibernate-core gradle dependency to your build.gradle file:

implementation 'com.google.code.maven-play-plugin.org.hibernate:hibernate-core:5.2.10.Final-patched-play-1.5.0'

Gradle Kotlin DSL: Add the following com.google.code.maven-play-plugin.org.hibernate : hibernate-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.code.maven-play-plugin.org.hibernate:hibernate-core:5.2.10.Final-patched-play-1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.code.maven-play-plugin.org.hibernate : hibernate-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.code.maven-play-plugin.org.hibernate" % "hibernate-core" % "5.2.10.Final-patched-play-1.5.0"

Advertisement