Jar examples for h:hibernate5-ddl-maven-plugin-core
This plugin for Maven wraps the SchemaExport class from Hibernate 5 into a Mojo which can easily configured from a projects pom.xml
You can download jar file hibernate5-ddl-maven-plugin-core 2.1.0-beta.1 in this page.
GPLv3 or newer
You can use the following script to add hibernate5-ddl-maven-plugin-core-2.1.0-beta.1.jar to your project.
<dependency> <groupId>de.jpdigital</groupId> <artifactId>hibernate5-ddl-maven-plugin-core</artifactId> <version>2.1.0-beta.1</version> </dependency>
compile group: 'de.jpdigital', name: 'hibernate5-ddl-maven-plugin-core', version: '2.1.0-beta.1'
libraryDependencies += "de.jpdigital" % "hibernate5-ddl-maven-plugin-core" % "2.1.0-beta.1"
<dependency org="de.jpdigital" name="hibernate5-ddl-maven-plugin-core" rev="2.1.0-beta.1"/>
@Grapes(@Grab(group='de.jpdigital', module='hibernate5-ddl-maven-plugin-core', version='2.1.0-beta.1'))
'de.jpdigital:hibernate5-ddl-maven-plugin-core:jar:2.1.0-beta.1'
Click the following link to download the jar file.
hibernate5-ddl-maven-plugin-core-2.1.0-beta.1-javadoc.jar