j

jsonapi-converter

JSONAPI-Converter is a library that provides means for integrating with services using JSON API specification.
https://github.com/jasminb/jsonapi-converter
The Apache License, Version 2.0
Jasmin Begic
Files download
File Operation
jsonapi-converter-0.13.jar download
jsonapi-converter-0.13.pom download
jsonapi-converter-0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jasminb</groupId>
  <artifactId>jsonapi-converter</artifactId>
  <version>0.13</version>
</dependency>
Gradle Groovy
implementation 'com.github.jasminb:jsonapi-converter:0.13'
Gradle Kotlin
implementation("com.github.jasminb:jsonapi-converter:0.13")
Scala SBT
libraryDependencies += "com.github.jasminb" % "jsonapi-converter" % "0.13"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jasminb', module='jsonapi-converter', version='0.13')
)
Apache Ivy
<dependency org="com.github.jasminb" name="jsonapi-converter" rev="0.13" />
Leiningen
[com.github.jasminb/jsonapi-converter "0.13"]
Apache Buildr
'com.github.jasminb:jsonapi-converter:jar:0.13'