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