is not current version
Last Version 0.11

com.github.jasminb:jsonapi-converter 0.10

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.10
Type

Type

jar

Download jsonapi-converter 0.10


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