Home

Published

- 1 min read

hibernate core maven dependency

img of hibernate core maven dependency

The solution for this is noted below

hibernate core maven dependency

Solution

   <!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-core -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-core</artifactId>
    <version>5.6.7.Final</version>
</dependency>

Try other methods by searching on the site. That is if this doesn’t work