h

hibernate-maven-plugin

Maven plugin for various Hibernate-tools
文件下载
文件名 操作
hibernate-maven-plugin-3.3.2.GA.jar 下载
hibernate-maven-plugin-3.3.2.GA.pom 下载
hibernate-maven-plugin-3.3.2.GA-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-maven-plugin</artifactId>
  <version>3.3.2.GA</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-maven-plugin:3.3.2.GA'
Gradle Kotlin
implementation("org.hibernate:hibernate-maven-plugin:3.3.2.GA")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-maven-plugin" % "3.3.2.GA"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-maven-plugin', version='3.3.2.GA')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-maven-plugin" rev="3.3.2.GA" />
Leiningen
[org.hibernate/hibernate-maven-plugin "3.3.2.GA"]
Apache Buildr
'org.hibernate:hibernate-maven-plugin:jar:3.3.2.GA'