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