is not current version
Last Version 1.8.1

top.jfunc.common:network-converter 1.8.0

http请求结果转换实现,可以直接转换为JsonObject、JsonArray、JavaBean等,依赖于network实现

Categories

Categories

Net
GroupId

GroupId

top.jfunc.common
ArtifactId

ArtifactId

network-converter
Version

Version

1.8.0
Type

Type

jar

Download network-converter 1.8.0


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