MVN

org.hibernate : tck-utils

Maven & Gradle

Apr 17, 2009

TCK Test Coverage Utils · Utility classes for TCK Test Coverage creation.

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>tck-utils</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hibernate : tck-utils to add to Maven - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of org.hibernate : tck-utils to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
tck-utils-0.9.1
0.9
tck-utils-0.9

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>tck-utils</artifactId>
    <version>0.9.1</version>
</dependency>

Advertisement