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