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