File | Operation |
---|---|
hibernate-core-6.6.1.Final.pom | download |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>6.6.1.Final</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-core', version='6.6.1.Final')
)