Jar examples for j: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.
You can download jar file jpa 1.0.RC1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jpa-1.0.RC1.jar to your project.
<dependency> <groupId>org.atteo.moonshine</groupId> <artifactId>jpa</artifactId> <version>1.0.RC1</version> </dependency>
compile group: 'org.atteo.moonshine', name: 'jpa', version: '1.0.RC1'
libraryDependencies += "org.atteo.moonshine" % "jpa" % "1.0.RC1"
<dependency org="org.atteo.moonshine" name="jpa" rev="1.0.RC1"/>
@Grapes(@Grab(group='org.atteo.moonshine', module='jpa', version='1.0.RC1'))
'org.atteo.moonshine:jpa:jar:1.0.RC1'
Click the following link to download the jar file.
jpa-1.0.RC1-javadoc.jar