is not current version
Last Version 2.5.0

Maven DDL generator plugin for Hibernate 5 Core 2.3.0

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

License

License

Categories

Categories

Maven Build Tools Hibernate Data ORM
GroupId

GroupId

de.jpdigital
ArtifactId

ArtifactId

hibernate5-ddl-maven-plugin-core
Version

Version

2.3.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/jpdigital/hibernate5-ddl-maven-plugin
Project Organization

Project Organization

Jens Pelzetter

Download hibernate5-ddl-maven-plugin-core 2.3.0


<!-- https://jarcasting.com/artifacts/de.jpdigital/hibernate5-ddl-maven-plugin-core/ -->
<dependency>
    <groupId>de.jpdigital</groupId>
    <artifactId>hibernate5-ddl-maven-plugin-core</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.jpdigital/hibernate5-ddl-maven-plugin-core/
implementation 'de.jpdigital:hibernate5-ddl-maven-plugin-core:2.3.0'
// https://jarcasting.com/artifacts/de.jpdigital/hibernate5-ddl-maven-plugin-core/
implementation ("de.jpdigital:hibernate5-ddl-maven-plugin-core:2.3.0")
'de.jpdigital:hibernate5-ddl-maven-plugin-core:jar:2.3.0'
<dependency org="de.jpdigital" name="hibernate5-ddl-maven-plugin-core" rev="2.3.0">
  <artifact name="hibernate5-ddl-maven-plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jpdigital', module='hibernate5-ddl-maven-plugin-core', version='2.3.0')
)
libraryDependencies += "de.jpdigital" % "hibernate5-ddl-maven-plugin-core" % "2.3.0"
[de.jpdigital/hibernate5-ddl-maven-plugin-core "2.3.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.maven : maven-artifact jar 3.6.0
org.apache.maven : maven-core jar 3.6.0
org.apache.maven : maven-plugin-api jar 3.6.0
org.codehaus.plexus : plexus-utils jar 3.1.1
org.eclipse.persistence : javax.persistence jar 2.1.1
org.reflections : reflections jar 0.9.11
javax.transaction : javax.transaction-api jar 1.3

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0

test (2)

Group / Artifact Type Version
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.3.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.