License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.friendlyjava |
ArtifactId | ArtifactIdjpa-json-core |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJPA-JSON Core Module
A helper library for JPA Entity (de)serialization in JSON
|
Filename | Size |
---|---|
jpa-json-core-1.1.2.pom | |
jpa-json-core-1.1.2.jar | 9 KB |
jpa-json-core-1.1.2-sources.jar | 8 KB |
jpa-json-core-1.1.2-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.friendlyjava/jpa-json-core/ -->
<dependency>
<groupId>com.github.friendlyjava</groupId>
<artifactId>jpa-json-core</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.friendlyjava/jpa-json-core/
implementation 'com.github.friendlyjava:jpa-json-core:1.1.2'
// https://jarcasting.com/artifacts/com.github.friendlyjava/jpa-json-core/
implementation ("com.github.friendlyjava:jpa-json-core:1.1.2")
'com.github.friendlyjava:jpa-json-core:jar:1.1.2'
<dependency org="com.github.friendlyjava" name="jpa-json-core" rev="1.1.2">
<artifact name="jpa-json-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.friendlyjava', module='jpa-json-core', version='1.1.2')
)
libraryDependencies += "com.github.friendlyjava" % "jpa-json-core" % "1.1.2"
[com.github.friendlyjava/jpa-json-core "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.friendlyjava : jpa-descriptor | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |