Download jpa-0.9.jar file - Jar j

Jar examples for j:jpa

Description

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 0.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jpa-0.9.jar to your project.

<dependency>
   <groupId>org.atteo.moonshine</groupId>
   <artifactId>jpa</artifactId>
   <version>0.9</version>
</dependency>
compile group: 'org.atteo.moonshine', name: 'jpa', version: '0.9'
libraryDependencies += "org.atteo.moonshine" % "jpa" % "0.9"
<dependency org="org.atteo.moonshine" name="jpa" rev="0.9"/>
@Grapes(@Grab(group='org.atteo.moonshine', module='jpa', version='0.9'))
'org.atteo.moonshine:jpa:jar:0.9'

Download

Click the following link to download the jar file.

jpa-0.9-javadoc.jar
jpa-0.9-sources.jar
jpa-0.9.jar
jpa-0.9.pom



Related Tutorials