MVN

org.hibernate : tck-utils-impl

Maven & Gradle

Apr 17, 2009
3 usages

TCK Test Coverage Utils API

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

Latest Version

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

  • Latest Stable: 0.9.1

All Versions

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

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

How to add a dependency to Maven

Add the following org.hibernate : tck-utils-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hibernate : tck-utils-impl gradle dependency to your build.gradle file:

implementation 'org.hibernate:tck-utils-impl:0.9.1'

Gradle Kotlin DSL: Add the following org.hibernate : tck-utils-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hibernate:tck-utils-impl:0.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hibernate : tck-utils-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hibernate" % "tck-utils-impl" % "0.9.1"

Advertisement

Dependencies from Group

Aug 07, 2023
3.4k usages
5.7k stars
Jun 20, 2023
3.3k usages
1.1k stars
Aug 07, 2023
2.4k usages
5.7k stars
Aug 07, 2023
582 usages
5.7k stars
Aug 07, 2023
439 usages
5.7k stars

Discover Dependencies