is not current version
Last Version 2.2.0

org.thshsh:commons-jpa 2.0.3

Common classes to extend the JPA API

GroupId

GroupId

org.thshsh
ArtifactId

ArtifactId

commons-jpa
Version

Version

2.0.3
Type

Type

jar

Download commons-jpa 2.0.3


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