<dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-tools</artifactId> <version>3.2.0.ga</version> </dependency>
implementation 'org.hibernate:hibernate-tools:3.2.0.ga'
implementation("org.hibernate:hibernate-tools:3.2.0.ga")
libraryDependencies += "org.hibernate" % "hibernate-tools" % "3.2.0.ga"
@Grapes( @Grab(group='org.hibernate', module='hibernate-tools', version='3.2.0.ga') )
<dependency org="org.hibernate" name="hibernate-tools" rev="3.2.0.ga" />
[org.hibernate/hibernate-tools "3.2.0.ga"]
'org.hibernate:hibernate-tools:jar:3.2.0.ga'
compile
|-- org.beanshell:bsh:2.0b4
|-- freemarker:freemarker:2.3.8
|-- org.hibernate:jtidy:r8-20060801