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