Jar examples for p:pack-backend-jpa
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.3 in this page.
Apache License 2.0
You can use the following script to add pack-backend-jpa-1.0.3.jar to your project.
<dependency> <groupId>com.jaxio.celerio.packs</groupId> <artifactId>pack-backend-jpa</artifactId> <version>1.0.3</version> </dependency>
compile group: 'com.jaxio.celerio.packs', name: 'pack-backend-jpa', version: '1.0.3'
libraryDependencies += "com.jaxio.celerio.packs" % "pack-backend-jpa" % "1.0.3"
<dependency org="com.jaxio.celerio.packs" name="pack-backend-jpa" rev="1.0.3"/>
@Grapes(@Grab(group='com.jaxio.celerio.packs', module='pack-backend-jpa', version='1.0.3'))
'com.jaxio.celerio.packs:pack-backend-jpa:jar:1.0.3'
Click the following link to download the jar file.
pack-backend-jpa-1.0.3-javadoc.jar