| License |
License
Apache License, Version 2.0
|
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdorg.hibernate |
| ArtifactId | ArtifactIdtck-utils |
| Last Version | Last Version0.9.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionTCK Test Coverage Utils
Utility classes for TCK Test Coverage creation.
|
| Filename | Size |
|---|---|
| tck-utils-0.9.1.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/tck-utils/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>tck-utils</artifactId>
<version>0.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/tck-utils/
implementation 'org.hibernate:tck-utils:0.9.1'
// https://jarcasting.com/artifacts/org.hibernate/tck-utils/
implementation ("org.hibernate:tck-utils:0.9.1")
'org.hibernate:tck-utils:pom:0.9.1'
<dependency org="org.hibernate" name="tck-utils" rev="0.9.1">
<artifact name="tck-utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='tck-utils', version='0.9.1')
)
libraryDependencies += "org.hibernate" % "tck-utils" % "0.9.1"
[org.hibernate/tck-utils "0.9.1"]