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