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