MVN

org.dellroad : hibernate-jpa-schemagen

Maven & Gradle

Sep 04, 2023
3 stars

Hibernate+JPA Schema Generator · Sensible Maven schema DDL generator for projects using Hibernate and JPA

<plugin>
    <groupId>org.dellroad</groupId>
    <artifactId>hibernate-jpa-schemagen</artifactId>
    <version>6.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dellroad : hibernate-jpa-schemagen to add to Maven - Latest Versions:

  • Latest Stable: 6.2.0

All Versions

Choose a version of org.dellroad : hibernate-jpa-schemagen to add to Maven - All Versions:

Version Vulnerabilities Updated
6.2.x
hibernate-jpa-schemagen-6.2.0
5.6.x
hibernate-jpa-schemagen-5.6.0
5.3.x
hibernate-jpa-schemagen-5.3.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.dellroad</groupId>
    <artifactId>hibernate-jpa-schemagen</artifactId>
    <version>6.2.0</version>
</plugin>

Advertisement