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