Download pack-backend-jpa-1.0.4.jar file - Jar p

Jar examples for p:pack-backend-jpa

Description

The Celerio Generation Template Pack "JPA backend" contains a set of source code file templates that are interpreted by Celerio code generator in order to generate an application persistence layer.

You can download jar file pack-backend-jpa 1.0.4 in this page.

License

Apache License 2.0

Build File

You can use the following script to add pack-backend-jpa-1.0.4.jar to your project.

<dependency>
   <groupId>com.jaxio.celerio.packs</groupId>
   <artifactId>pack-backend-jpa</artifactId>
   <version>1.0.4</version>
</dependency>
compile group: 'com.jaxio.celerio.packs', name: 'pack-backend-jpa', version: '1.0.4'
libraryDependencies += "com.jaxio.celerio.packs" % "pack-backend-jpa" % "1.0.4"
<dependency org="com.jaxio.celerio.packs" name="pack-backend-jpa" rev="1.0.4"/>
@Grapes(@Grab(group='com.jaxio.celerio.packs', module='pack-backend-jpa', version='1.0.4'))
'com.jaxio.celerio.packs:pack-backend-jpa:jar:1.0.4'

Download

Click the following link to download the jar file.

pack-backend-jpa-1.0.4-javadoc.jar
pack-backend-jpa-1.0.4-sources.jar
pack-backend-jpa-1.0.4.jar
pack-backend-jpa-1.0.4.pom



Related Tutorials