License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Hibernate Data ORM |
GroupId | GroupIdde.jpdigital |
ArtifactId | ArtifactIdhibernate5-ddl-maven-plugin-core |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven 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 |
Project Organization |
Project Organization |
<!-- 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.jpdigital/hibernate5-ddl-maven-plugin-core/
implementation 'de.jpdigital:hibernate5-ddl-maven-plugin-core:2.5.0'
// https://jarcasting.com/artifacts/de.jpdigital/hibernate5-ddl-maven-plugin-core/
implementation ("de.jpdigital:hibernate5-ddl-maven-plugin-core:2.5.0")
'de.jpdigital:hibernate5-ddl-maven-plugin-core:jar:2.5.0'
<dependency org="de.jpdigital" name="hibernate5-ddl-maven-plugin-core" rev="2.5.0">
<artifact name="hibernate5-ddl-maven-plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jpdigital', module='hibernate5-ddl-maven-plugin-core', version='2.5.0')
)
libraryDependencies += "de.jpdigital" % "hibernate5-ddl-maven-plugin-core" % "2.5.0"
[de.jpdigital/hibernate5-ddl-maven-plugin-core "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-artifact | jar | 3.8.3 |
org.apache.maven : maven-core | jar | 3.8.3 |
org.apache.maven : maven-plugin-api | jar | 3.8.3 |
org.codehaus.plexus : plexus-utils | jar | 3.4.1 |
org.eclipse.persistence : javax.persistence | jar | 2.2.1 |
org.reflections : reflections | jar | 0.10.2 |
javax.transaction : javax.transaction-api | jar | 1.3 |
javax.xml.bind : jaxb-api | jar | 2.4.0-b180830.0359 |
org.glassfish.jaxb : jaxb-runtime | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-testing : maven-plugin-testing-harness | jar | 3.3.0 |
junit : junit | jar | 4.13.2 |