t

thundr-jpa

A thundr module for data access and storage via the Java Persistence API
http://github.com/kuhnza/thundr-jpa/
Dave Kuhn Nick Okunew
Files download
File Operation
thundr-jpa-0.0.6.jar download
thundr-jpa-0.0.6.pom download
thundr-jpa-0.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-jpa</artifactId>
  <version>0.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-jpa:0.0.6'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-jpa:0.0.6")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-jpa" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-jpa', version='0.0.6')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-jpa" rev="0.0.6" />
Leiningen
[com.threewks.thundr/thundr-jpa "0.0.6"]
Apache Buildr
'com.threewks.thundr:thundr-jpa:jar:0.0.6'