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