License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Hibernate Data ORM |
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate-enhance-maven-plugin |
Last Version | Last Version6.1.0.Final |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionhibernate-enhance-maven-plugin - relocation
Enhance Plugin of the Hibernate project for use with Maven build system.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hibernate-enhance-maven-plugin-6.1.0.Final.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-enhance-maven-plugin/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-enhance-maven-plugin</artifactId>
<version>6.1.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-enhance-maven-plugin/
implementation 'org.hibernate:hibernate-enhance-maven-plugin:6.1.0.Final'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-enhance-maven-plugin/
implementation ("org.hibernate:hibernate-enhance-maven-plugin:6.1.0.Final")
'org.hibernate:hibernate-enhance-maven-plugin:pom:6.1.0.Final'
<dependency org="org.hibernate" name="hibernate-enhance-maven-plugin" rev="6.1.0.Final">
<artifact name="hibernate-enhance-maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-enhance-maven-plugin', version='6.1.0.Final')
)
libraryDependencies += "org.hibernate" % "hibernate-enhance-maven-plugin" % "6.1.0.Final"
[org.hibernate/hibernate-enhance-maven-plugin "6.1.0.Final"]