<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>5.3.0.Beta1</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-tools', version='5.3.0.Beta1')
)
<parent> <groupId>org.hibernate</groupId> <artifactId>hibernate-tools-parent</artifactId> <version>5.3.0.Beta1</version> </parent>
compile
|-- commons-collections:commons-collections
|-- commons-logging:commons-logging
|-- jaxen:jaxen
|-- org.eclipse.jdt:org.eclipse.jdt.core
|-- org.hibernate:hibernate-core
|-- org.hibernate.common:hibernate-commons-annotations