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.5.6-Final-patched-play-1.1.1

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.5.6-Final-patched-play-1.1.1
Type

Type

jar

Download hibernate-core 3.5.6-Final-patched-play-1.1.1


<!-- 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.5.6-Final-patched-play-1.1.1</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.5.6-Final-patched-play-1.1.1'
// 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.5.6-Final-patched-play-1.1.1")
'com.google.code.maven-play-plugin.org.hibernate:hibernate-core:jar:3.5.6-Final-patched-play-1.1.1'
<dependency org="com.google.code.maven-play-plugin.org.hibernate" name="hibernate-core" rev="3.5.6-Final-patched-play-1.1.1">
  <artifact name="hibernate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.org.hibernate', module='hibernate-core', version='3.5.6-Final-patched-play-1.1.1')
)
libraryDependencies += "com.google.code.maven-play-plugin.org.hibernate" % "hibernate-core" % "3.5.6-Final-patched-play-1.1.1"
[com.google.code.maven-play-plugin.org.hibernate/hibernate-core "3.5.6-Final-patched-play-1.1.1"]