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