<dependency>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-orm</artifactId>
<version>7.0.0.Beta1</version>
</dependency>
@Grapes(
@Grab(group='org.hibernate.tool', module='hibernate-tools-orm', version='7.0.0.Beta1')
)
<parent> <groupId>org.hibernate.tool</groupId> <artifactId>hibernate-tools-parent</artifactId> <version>7.0.0.Beta1</version> </parent>
compile
|-- com.google.googlejavaformat:google-java-format
|-- org.apache.commons:commons-collections4
|-- org.hibernate.orm:hibernate-core
|-- org.hibernate.orm:hibernate-ant
|-- org.hibernate.common:hibernate-commons-annotations
|-- org.hibernate.tool:hibernate-tools-utils