License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.friendlyjava |
ArtifactId | ArtifactIdjpa-json |
Version | Version1.1.2 |
Type | Typepom |
Description |
DescriptionJPA-JSON
A helper library for JPA Entity (de)serialization in JSON
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
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"]