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