не последняя версия
Последняя версия 7.0.0.CR1

org.jadira.usertype:usertype.core 5.0.0.GA

Classes utilising Joda Time, Joda Money, Libphonenum and JDK Types that add Hibernate support

Группа

Группа

org.jadira.usertype
Идентификатор

Идентификатор

usertype.core
Версия

Версия

5.0.0.GA
Тип

Тип

jar

Скачать usertype.core 5.0.0.GA


<!-- https://jarcasting.com/artifacts/org.jadira.usertype/usertype.core/ -->
<dependency>
    <groupId>org.jadira.usertype</groupId>
    <artifactId>usertype.core</artifactId>
    <version>5.0.0.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.jadira.usertype/usertype.core/
implementation 'org.jadira.usertype:usertype.core:5.0.0.GA'
// https://jarcasting.com/artifacts/org.jadira.usertype/usertype.core/
implementation ("org.jadira.usertype:usertype.core:5.0.0.GA")
'org.jadira.usertype:usertype.core:jar:5.0.0.GA'
<dependency org="org.jadira.usertype" name="usertype.core" rev="5.0.0.GA">
  <artifact name="usertype.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jadira.usertype', module='usertype.core', version='5.0.0.GA')
)
libraryDependencies += "org.jadira.usertype" % "usertype.core" % "5.0.0.GA"
[org.jadira.usertype/usertype.core "5.0.0.GA"]