Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-tools-maven-plugin</artifactId>
  <version>5.3.5-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'org.hibernate:hibernate-tools-maven-plugin:maven-plugin:5.3.5-SNAPSHOT'

Apache Ivy

<dependency org="org.hibernate" name="hibernate-tools-maven-plugin" rev="5.3.5-SNAPSHOT">
  <artifact name="hibernate-tools-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.hibernate', module='hibernate-tools-maven-plugin', version='5.3.5-SNAPSHOT')
)

Gradle/Grails

compile 'org.hibernate:hibernate-tools-maven-plugin:5.3.5-SNAPSHOT'

Scala SBT

libraryDependencies += "org.hibernate" % "hibernate-tools-maven-plugin" % "5.3.5-SNAPSHOT"

Leiningen

[org.hibernate/hibernate-tools-maven-plugin "5.3.5-SNAPSHOT"]