Download hibernate5-ddl-maven-plugin-core-2.1.0-beta.1.jar file - Jar h

Jar examples for h:hibernate5-ddl-maven-plugin-core

Description

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.

License

GPLv3 or newer

Build File

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'

Download

Click the following link to download the jar file.

hibernate5-ddl-maven-plugin-core-2.1.0-beta.1-javadoc.jar
hibernate5-ddl-maven-plugin-core-2.1.0-beta.1-sources.jar
hibernate5-ddl-maven-plugin-core-2.1.0-beta.1.jar
hibernate5-ddl-maven-plugin-core-2.1.0-beta.1.pom



Related Tutorials