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
文件下载
文件名 操作
jsonapi-converter-0.11.jar 下载
jsonapi-converter-0.11.pom 下载
jsonapi-converter-0.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jasminb</groupId>
  <artifactId>jsonapi-converter</artifactId>
  <version>0.11</version>
</dependency>
Gradle Groovy
implementation 'com.github.jasminb:jsonapi-converter:0.11'
Gradle Kotlin
implementation("com.github.jasminb:jsonapi-converter:0.11")
Scala SBT
libraryDependencies += "com.github.jasminb" % "jsonapi-converter" % "0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jasminb', module='jsonapi-converter', version='0.11')
)
Apache Ivy
<dependency org="com.github.jasminb" name="jsonapi-converter" rev="0.11" />
Leiningen
[com.github.jasminb/jsonapi-converter "0.11"]
Apache Buildr
'com.github.jasminb:jsonapi-converter:jar:0.11'