Categories |
CategoriesCLI User Interface EclipseLink Data ORM |
---|---|
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIdthreeten-jpa-oracle-eclipselink |
Version | Version1.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.marschall/threeten-jpa-oracle-eclipselink/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>threeten-jpa-oracle-eclipselink</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/threeten-jpa-oracle-eclipselink/
implementation 'com.github.marschall:threeten-jpa-oracle-eclipselink:1.5.1'
// https://jarcasting.com/artifacts/com.github.marschall/threeten-jpa-oracle-eclipselink/
implementation ("com.github.marschall:threeten-jpa-oracle-eclipselink:1.5.1")
'com.github.marschall:threeten-jpa-oracle-eclipselink:jar:1.5.1'
<dependency org="com.github.marschall" name="threeten-jpa-oracle-eclipselink" rev="1.5.1">
<artifact name="threeten-jpa-oracle-eclipselink" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='threeten-jpa-oracle-eclipselink', version='1.5.1')
)
libraryDependencies += "com.github.marschall" % "threeten-jpa-oracle-eclipselink" % "1.5.1"
[com.github.marschall/threeten-jpa-oracle-eclipselink "1.5.1"]