t

threeten-jpa-h2-hibernate

Extensions for H2 and Hibernate
Files download
File Operation
threeten-jpa-h2-hibernate-1.5.1.jar download
threeten-jpa-h2-hibernate-1.5.1.pom download
threeten-jpa-h2-hibernate-1.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>threeten-jpa-h2-hibernate</artifactId>
  <version>1.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.marschall:threeten-jpa-h2-hibernate:1.5.1'
Gradle Kotlin
implementation("com.github.marschall:threeten-jpa-h2-hibernate:1.5.1")
Scala SBT
libraryDependencies += "com.github.marschall" % "threeten-jpa-h2-hibernate" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marschall', module='threeten-jpa-h2-hibernate', version='1.5.1')
)
Apache Ivy
<dependency org="com.github.marschall" name="threeten-jpa-h2-hibernate" rev="1.5.1" />
Leiningen
[com.github.marschall/threeten-jpa-h2-hibernate "1.5.1"]
Apache Buildr
'com.github.marschall:threeten-jpa-h2-hibernate:jar:1.5.1'