MVN

com.github.stadler : hibernate-tools-maven-plugin

Maven & Gradle

Jan 17, 2018
13 stars

Hibernate Tools maven plugin · Maven plugin to provide hibernate-tools reverse engineering and code generation abilities.

<plugin>
    <groupId>com.github.stadler</groupId>
    <artifactId>hibernate-tools-maven-plugin</artifactId>
    <version>0.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stadler : hibernate-tools-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.github.stadler : hibernate-tools-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
hibernate-tools-maven-plugin-0.1.1
hibernate-tools-maven-plugin-0.1.0
0.0.x
hibernate-tools-maven-plugin-0.0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>com.github.stadler</groupId>
    <artifactId>hibernate-tools-maven-plugin</artifactId>
    <version>0.1.1</version>
</plugin>