MVN

de.jpdigital : hibernate56-ddl-maven-plugin

Maven & Gradle

Nov 13, 2021
22 stars

Maven DDL generator plugin for Hibernate 5.6 · This plugin for Maven wraps the SchemaExport class from Hibernate 5 into a Mojo which can easily configured from a projects pom.xml

<dependency>
    <groupId>de.jpdigital</groupId>
    <artifactId>hibernate56-ddl-maven-plugin</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.jpdigital : hibernate56-ddl-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of de.jpdigital : hibernate56-ddl-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
hibernate56-ddl-maven-plugin-2.5.0

How to add a dependency to Maven

Add the following de.jpdigital : hibernate56-ddl-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.jpdigital</groupId>
    <artifactId>hibernate56-ddl-maven-plugin</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.jpdigital : hibernate56-ddl-maven-plugin gradle dependency to your build.gradle file:

implementation 'de.jpdigital:hibernate56-ddl-maven-plugin:2.5.0'

Gradle Kotlin DSL: Add the following de.jpdigital : hibernate56-ddl-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("de.jpdigital:hibernate56-ddl-maven-plugin:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.jpdigital : hibernate56-ddl-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "de.jpdigital" % "hibernate56-ddl-maven-plugin" % "2.5.0"

Advertisement