is not current version
Last Version 7.0.0.CR1

org.jadira.usertype:usertype.core 3.0.0.CR3

Classes utilising Joda Time and Joda Money that add Hibernate support

GroupId

GroupId

org.jadira.usertype
ArtifactId

ArtifactId

usertype.core
Version

Version

3.0.0.CR3
Type

Type

jar

Download usertype.core 3.0.0.CR3


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