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