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