is not current version
Last Version 1.8.1

top.jfunc.common:network-converter 1.4

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

Categories

Categories

Net
GroupId

GroupId

top.jfunc.common
ArtifactId

ArtifactId

network-converter
Version

Version

1.4
Type

Type

jar

Download network-converter 1.4


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