Download JAR files tagged by responsebody with all dependencies
netsfjson-support-spring from group com.github.servanter (version 1.0.0)
It can help for springmvc using net.sf.json-lib and @Responsebody returns json format
0 downloads
Artifact netsfjson-support-spring
Group com.github.servanter
Version 1.0.0
Last update 09. February 2015
Organization not specified
URL https://github.com/servanter/json-lib-support-spring
License MIT License
Dependencies amount 4
Dependencies json-lib, spring-web, spring-webmvc, servlet-api,
There are maybe transitive dependencies!
Group com.github.servanter
Version 1.0.0
Last update 09. February 2015
Organization not specified
URL https://github.com/servanter/json-lib-support-spring
License MIT License
Dependencies amount 4
Dependencies json-lib, spring-web, spring-webmvc, servlet-api,
There are maybe transitive dependencies!
converter-fastjson-android from group org.ligboy.retrofit2 (version 2.1.0)
Group: org.ligboy.retrofit2 Artifact: converter-fastjson-android
Show all versions Show documentation Show source
Show all versions Show documentation Show source
2 downloads
Artifact converter-fastjson-android
Group org.ligboy.retrofit2
Version 2.1.0
Last update 29. June 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies retrofit, fastjson,
There are maybe transitive dependencies!
Group org.ligboy.retrofit2
Version 2.1.0
Last update 29. June 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies retrofit, fastjson,
There are maybe transitive dependencies!
converter-fastjson from group org.ligboy.retrofit2 (version 2.1.0)
Group: org.ligboy.retrofit2 Artifact: converter-fastjson
Show all versions Show documentation Show source
Show all versions Show documentation Show source
4 downloads
Artifact converter-fastjson
Group org.ligboy.retrofit2
Version 2.1.0
Last update 29. June 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies retrofit, fastjson,
There are maybe transitive dependencies!
Group org.ligboy.retrofit2
Version 2.1.0
Last update 29. June 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies retrofit, fastjson,
There are maybe transitive dependencies!
converter-fastjson-parent from group org.ligboy.retrofit2 (version 2.1.0)
Retrofit ships with support for OkHttp's RequestBody and ResponseBody types but the library is content-format agnostic. This modules contained herein are additional converters for JSON which uses FastJson.
Group: org.ligboy.retrofit2 Artifact: converter-fastjson-parent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact converter-fastjson-parent
Group org.ligboy.retrofit2
Version 2.1.0
Last update 29. June 2016
Organization not specified
URL http://github.com/ligboy/retrofit-converters
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.ligboy.retrofit2
Version 2.1.0
Last update 29. June 2016
Organization not specified
URL http://github.com/ligboy/retrofit-converters
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
dudu-RESP-interpreter from group net.yesdata (version 1.0.4)
REdis Serialization Protocol (RESP) implemented in java. You can simply construct string commands to RESP commands, and interpret redis response.
By import net.yesdata.RESP_intepreter.*
you can play with RESP with happy.
How to format command string to RESP style?
String command = "INFO";
IInterpreter intepreter = new DefaultRespInterpreter();
String sentCommand = intepreter.FormatCommand(command);
How to read and print RESP style response?
IInterpreter intepreter = new DefaultRespInterpreter();
List<IRespNode> respNodes = intepreter.IntepretResponse(responseBody);
for(IRespNode n : respNodes) {
System.out.println(n.toRespFormatString());
}
Artifact dudu-RESP-interpreter
Group net.yesdata
Version 1.0.4
Last update 21. December 2016
Organization not specified
URL https://github.com/yourcaptain/dudu-RESP_intepreter
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.yesdata
Version 1.0.4
Last update 21. December 2016
Organization not specified
URL https://github.com/yourcaptain/dudu-RESP_intepreter
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 1 from 1 (items total 5)