Download jpa-serializer-1.3.0.jar file - Jar j

Jar examples for j:jpa-serializer

Description

Serialize JPA entities for JSON ActiveModelSerializer Style

You can download jar file jpa-serializer 1.3.0 in this page.

License

Apache License, Version 2.0

Build File

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

<dependency>
   <groupId>br.eti.clairton</groupId>
   <artifactId>jpa-serializer</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'br.eti.clairton', name: 'jpa-serializer', version: '1.3.0'
libraryDependencies += "br.eti.clairton" % "jpa-serializer" % "1.3.0"
<dependency org="br.eti.clairton" name="jpa-serializer" rev="1.3.0"/>
@Grapes(@Grab(group='br.eti.clairton', module='jpa-serializer', version='1.3.0'))
'br.eti.clairton:jpa-serializer:jar:1.3.0'

Download

Click the following link to download the jar file.

jpa-serializer-1.3.0-javadoc.jar
jpa-serializer-1.3.0-sources.jar
jpa-serializer-1.3.0.jar
jpa-serializer-1.3.0.pom



Related Tutorials