is not current version
Last Version 1.0.4

com.jaxio.celerio.packs:pack-backend-jpa 1.0.2

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.

GroupId

GroupId

com.jaxio.celerio.packs
ArtifactId

ArtifactId

pack-backend-jpa
Version

Version

1.0.2
Type

Type

jar

Download pack-backend-jpa 1.0.2


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