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