MVN

de.jpdigital : hibernate51-ddl-maven-plugin

Maven & Gradle

Nov 13, 2021
22 stars

Maven DDL generator plugin for Hibernate 5.1 · 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>hibernate51-ddl-maven-plugin</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.5.0
  • Latest Beta: 2.1.0-beta.1

All Versions

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

Version Vulnerabilities Updated
2.5.x
hibernate51-ddl-maven-plugin-2.5.0
2.4.x
hibernate51-ddl-maven-plugin-2.4.0
2.3.x
hibernate51-ddl-maven-plugin-2.3.0
2.2.x
hibernate51-ddl-maven-plugin-2.2.0
2.1.x
hibernate51-ddl-maven-plugin-2.1.0
hibernate51-ddl-maven-plugin-2.1.0-beta.1
2.0.x
hibernate51-ddl-maven-plugin-2.0.4
hibernate51-ddl-maven-plugin-2.0.3
hibernate51-ddl-maven-plugin-2.0.2
hibernate51-ddl-maven-plugin-2.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>de.jpdigital</groupId>
    <artifactId>hibernate51-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 : hibernate51-ddl-maven-plugin gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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