| Категории |
КатегорииHibernate Данные ORM |
|---|---|
| Группа | Группаorg.hibernate |
| Идентификатор | Идентификаторtck-utils-impl |
| Версия | Версия0.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tck-utils-impl-0.9.pom | |
| tck-utils-impl-0.9.jar | 30 KB |
| tck-utils-impl-0.9-sources.jar | 16 KB |
| tck-utils-impl-0.9-javadoc.jar | 62 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hibernate/tck-utils-impl/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>tck-utils-impl</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/tck-utils-impl/
implementation 'org.hibernate:tck-utils-impl:0.9'
// https://jarcasting.com/artifacts/org.hibernate/tck-utils-impl/
implementation ("org.hibernate:tck-utils-impl:0.9")
'org.hibernate:tck-utils-impl:jar:0.9'
<dependency org="org.hibernate" name="tck-utils-impl" rev="0.9">
<artifact name="tck-utils-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='tck-utils-impl', version='0.9')
)
libraryDependencies += "org.hibernate" % "tck-utils-impl" % "0.9"
[org.hibernate/tck-utils-impl "0.9"]