| GroupId | GroupIdorg.jadira.usertype |
|---|---|
| ArtifactId | ArtifactIdusertype.jodatime |
| Version | Version1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| usertype.jodatime-1.4.pom | |
| usertype.jodatime-1.4.jar | 51 KB |
| usertype.jodatime-1.4-sources.jar | 53 KB |
| usertype.jodatime-1.4-javadoc.jar | 998 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jadira.usertype/usertype.jodatime/ -->
<dependency>
<groupId>org.jadira.usertype</groupId>
<artifactId>usertype.jodatime</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jadira.usertype/usertype.jodatime/
implementation 'org.jadira.usertype:usertype.jodatime:1.4'
// https://jarcasting.com/artifacts/org.jadira.usertype/usertype.jodatime/
implementation ("org.jadira.usertype:usertype.jodatime:1.4")
'org.jadira.usertype:usertype.jodatime:jar:1.4'
<dependency org="org.jadira.usertype" name="usertype.jodatime" rev="1.4">
<artifact name="usertype.jodatime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jadira.usertype', module='usertype.jodatime', version='1.4')
)
libraryDependencies += "org.jadira.usertype" % "usertype.jodatime" % "1.4"
[org.jadira.usertype/usertype.jodatime "1.4"]