<dependency> <groupId>org.hibernate</groupId> <artifactId>tck-utils</artifactId> <version>0.9</version> <type>pom</type> </dependency>
implementation 'org.hibernate:tck-utils:0.9'
implementation("org.hibernate:tck-utils:0.9")
libraryDependencies += "org.hibernate" % "tck-utils" % "0.9"
@Grapes( @Grab(group='org.hibernate', module='tck-utils', version='0.9') )
<dependency org="org.hibernate" name="tck-utils" rev="0.9" />
[org.hibernate/tck-utils "0.9"]
'org.hibernate:tck-utils:jar:0.9'