<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-maven-plugin</artifactId>
<version>5.6.1.Final</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-tools-maven-plugin', version='5.6.1.Final')
)