is not current version
Last Version 0.0.6

com.threewks.thundr:thundr-jpa 0.0.5

A thundr module for data access and storage via the Java Persistence API

GroupId

GroupId

com.threewks.thundr
ArtifactId

ArtifactId

thundr-jpa
Version

Version

0.0.5
Type

Type

jar

Download thundr-jpa 0.0.5


<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-jpa/ -->
<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-jpa</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-jpa/
implementation 'com.threewks.thundr:thundr-jpa:0.0.5'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-jpa/
implementation ("com.threewks.thundr:thundr-jpa:0.0.5")
'com.threewks.thundr:thundr-jpa:jar:0.0.5'
<dependency org="com.threewks.thundr" name="thundr-jpa" rev="0.0.5">
  <artifact name="thundr-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-jpa', version='0.0.5')
)
libraryDependencies += "com.threewks.thundr" % "thundr-jpa" % "0.0.5"
[com.threewks.thundr/thundr-jpa "0.0.5"]