Last Version

jpa 2.0.0

Plugback JPA is a module that allows you to extend the Java Persistence API to query your DB using an sql-like concise and typesafe syntax.

License

License

GroupId

GroupId

com.plugback
ArtifactId

ArtifactId

jpa
Version

Version

2.0.0
Type

Type

jar
Description

Description

jpa
Plugback JPA is a module that allows you to extend the Java Persistence API to query your DB using an sql-like concise and typesafe syntax.
Project URL

Project URL

https://github.com/plugback/jpa
Project Organization

Project Organization

Plugback

Download jpa 2.0.0


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

Dependencies

compile (5)

Group / Artifact Type Version
org.eclipse.xtend : org.eclipse.xtend.lib jar 2.6.1
org.eclipse.xtend : org.eclipse.xtend.core jar 2.6.1
com.plugback : active jar 1.0.1-BETA
org.eclipse.persistence : eclipselink jar 2.5.1
org.javassist : javassist jar 3.18.1-GA

test (3)

Group / Artifact Type Version
org.apache.derby : derby jar 10.10.1.1
org.apache.derby : derbyclient jar 10.10.1.1
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.