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