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