Last Version

JPA-JSON 1.1.2

A helper library for JPA Entity (de)serialization in JSON

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.friendlyjava
ArtifactId

ArtifactId

jpa-json
Version

Version

1.1.2
Type

Type

pom
Description

Description

JPA-JSON
A helper library for JPA Entity (de)serialization in JSON
Project URL

Project URL

https://github.com/friendlyjava/jpa-json
Source Code Management

Source Code Management

https://github.com/friendlyjava/jpa-json

Download jpa-json 1.1.2

Filename Size
jpa-json-1.1.2.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.friendlyjava/jpa-json/ -->
<dependency>
    <groupId>com.github.friendlyjava</groupId>
    <artifactId>jpa-json</artifactId>
    <version>1.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.friendlyjava/jpa-json/
implementation 'com.github.friendlyjava:jpa-json:1.1.2'
// https://jarcasting.com/artifacts/com.github.friendlyjava/jpa-json/
implementation ("com.github.friendlyjava:jpa-json:1.1.2")
'com.github.friendlyjava:jpa-json:pom:1.1.2'
<dependency org="com.github.friendlyjava" name="jpa-json" rev="1.1.2">
  <artifact name="jpa-json" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.friendlyjava', module='jpa-json', version='1.1.2')
)
libraryDependencies += "com.github.friendlyjava" % "jpa-json" % "1.1.2"
[com.github.friendlyjava/jpa-json "1.1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • jackson