e

enhance-maven-plugin

A module of the Hibernate O/RM project
http://hibernate.org
GNU Lesser General Public License
Hibernate.org
The Hibernate Development Team
Files download
File Operation
enhance-maven-plugin-4.2.8.Final.jar download
enhance-maven-plugin-4.2.8.Final.pom download
enhance-maven-plugin-4.2.8.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>enhance-maven-plugin</artifactId>
  <version>4.2.8.Final</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:enhance-maven-plugin:4.2.8.Final'
Gradle Kotlin
implementation("org.hibernate:enhance-maven-plugin:4.2.8.Final")
Scala SBT
libraryDependencies += "org.hibernate" % "enhance-maven-plugin" % "4.2.8.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='enhance-maven-plugin', version='4.2.8.Final')
)
Apache Ivy
<dependency org="org.hibernate" name="enhance-maven-plugin" rev="4.2.8.Final" />
Leiningen
[org.hibernate/enhance-maven-plugin "4.2.8.Final"]
Apache Buildr
'org.hibernate:enhance-maven-plugin:jar:4.2.8.Final'