is not current version
Last Version 0.11

com.github.jasminb:jsonapi-converter 0.9

JSONAPI-Converter is a library that provides means for integrating with services using JSON API specification.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation JSON Data
GroupId

GroupId

com.github.jasminb
ArtifactId

ArtifactId

jsonapi-converter
Version

Version

0.9
Type

Type

jar

Download jsonapi-converter 0.9


<!-- https://jarcasting.com/artifacts/com.github.jasminb/jsonapi-converter/ -->
<dependency>
    <groupId>com.github.jasminb</groupId>
    <artifactId>jsonapi-converter</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jasminb/jsonapi-converter/
implementation 'com.github.jasminb:jsonapi-converter:0.9'
// https://jarcasting.com/artifacts/com.github.jasminb/jsonapi-converter/
implementation ("com.github.jasminb:jsonapi-converter:0.9")
'com.github.jasminb:jsonapi-converter:jar:0.9'
<dependency org="com.github.jasminb" name="jsonapi-converter" rev="0.9">
  <artifact name="jsonapi-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jasminb', module='jsonapi-converter', version='0.9')
)
libraryDependencies += "com.github.jasminb" % "jsonapi-converter" % "0.9"
[com.github.jasminb/jsonapi-converter "0.9"]