is not current version
Last Version 5.2.10.Final-patched-play-1.5.0

com.google.code.maven-play-plugin.org.hibernate:hibernate-core 3.6.10.Final-patched-play-1.2.5

The core functionality of Hibernate

Categories

Categories

Maven Build Tools Hibernate Data ORM
GroupId

GroupId

com.google.code.maven-play-plugin.org.hibernate
ArtifactId

ArtifactId

hibernate-core
Version

Version

3.6.10.Final-patched-play-1.2.5
Type

Type

jar

Download hibernate-core 3.6.10.Final-patched-play-1.2.5


<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.hibernate/hibernate-core/ -->
<dependency>
    <groupId>com.google.code.maven-play-plugin.org.hibernate</groupId>
    <artifactId>hibernate-core</artifactId>
    <version>3.6.10.Final-patched-play-1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.hibernate/hibernate-core/
implementation 'com.google.code.maven-play-plugin.org.hibernate:hibernate-core:3.6.10.Final-patched-play-1.2.5'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.hibernate/hibernate-core/
implementation ("com.google.code.maven-play-plugin.org.hibernate:hibernate-core:3.6.10.Final-patched-play-1.2.5")
'com.google.code.maven-play-plugin.org.hibernate:hibernate-core:jar:3.6.10.Final-patched-play-1.2.5'
<dependency org="com.google.code.maven-play-plugin.org.hibernate" name="hibernate-core" rev="3.6.10.Final-patched-play-1.2.5">
  <artifact name="hibernate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.org.hibernate', module='hibernate-core', version='3.6.10.Final-patched-play-1.2.5')
)
libraryDependencies += "com.google.code.maven-play-plugin.org.hibernate" % "hibernate-core" % "3.6.10.Final-patched-play-1.2.5"
[com.google.code.maven-play-plugin.org.hibernate/hibernate-core "3.6.10.Final-patched-play-1.2.5"]