Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate-core |
Version | Version4.0.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
hibernate-core-4.0.0.CR1.pom | |
hibernate-core-4.0.0.CR1.jar | 4 MB |
hibernate-core-4.0.0.CR1-sources.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-core/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.0.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-core/
implementation 'org.hibernate:hibernate-core:4.0.0.CR1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-core/
implementation ("org.hibernate:hibernate-core:4.0.0.CR1")
'org.hibernate:hibernate-core:jar:4.0.0.CR1'
<dependency org="org.hibernate" name="hibernate-core" rev="4.0.0.CR1">
<artifact name="hibernate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-core', version='4.0.0.CR1')
)
libraryDependencies += "org.hibernate" % "hibernate-core" % "4.0.0.CR1"
[org.hibernate/hibernate-core "4.0.0.CR1"]