<dependency>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-maven</artifactId>
<version>7.0.0.Beta1</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.hibernate.tool', module='hibernate-tools-maven', version='7.0.0.Beta1')
)
<parent> <groupId>org.hibernate.tool</groupId> <artifactId>hibernate-tools-parent</artifactId> <version>7.0.0.Beta1</version> </parent>
compile
|-- org.hibernate.tool:hibernate-tools-orm
|-- jakarta.xml.bind:jakarta.xml.bind-api
|-- org.apache.maven:maven-plugin-api:3.5.2
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.5