is not current version
Last Version 2.0.1

org.jadira.usertype:usertype.jodatime 2.0

Classes utilising Joda Time that add Hibernate support

GroupId

GroupId

org.jadira.usertype
ArtifactId

ArtifactId

usertype.jodatime
Version

Version

2.0
Type

Type

jar

Download usertype.jodatime 2.0


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