h

hibernate-core

Hibernate's core ORM functionality
https://hibernate.org/orm
GNU Library General Public License v2.1 or later
Hibernate.org
The Hibernate Development Team
文件下载
文件名 操作
hibernate-core-6.3.0.CR1.jar 下载
hibernate-core-6.3.0.CR1.pom 下载
hibernate-core-6.3.0.CR1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hibernate.orm</groupId>
  <artifactId>hibernate-core</artifactId>
  <version>6.3.0.CR1</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate.orm:hibernate-core:6.3.0.CR1'
Gradle Kotlin
implementation("org.hibernate.orm:hibernate-core:6.3.0.CR1")
Scala SBT
libraryDependencies += "org.hibernate.orm" % "hibernate-core" % "6.3.0.CR1"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate.orm', module='hibernate-core', version='6.3.0.CR1')
)
Apache Ivy
<dependency org="org.hibernate.orm" name="hibernate-core" rev="6.3.0.CR1" />
Leiningen
[org.hibernate.orm/hibernate-core "6.3.0.CR1"]
Apache Buildr
'org.hibernate.orm:hibernate-core:jar:6.3.0.CR1'