h

hibernate-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
hibernate-maven-plugin-4.3.0.Final.jar download
hibernate-maven-plugin-4.3.0.Final.pom download
hibernate-maven-plugin-4.3.0.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-maven-plugin</artifactId>
  <version>4.3.0.Final</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-maven-plugin:4.3.0.Final'
Gradle Kotlin
implementation("org.hibernate:hibernate-maven-plugin:4.3.0.Final")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-maven-plugin" % "4.3.0.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-maven-plugin', version='4.3.0.Final')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-maven-plugin" rev="4.3.0.Final" />
Leiningen
[org.hibernate/hibernate-maven-plugin "4.3.0.Final"]
Apache Buildr
'org.hibernate:hibernate-maven-plugin:jar:4.3.0.Final'