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