network-converter

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

License

License

Categories

Categories

Net
GroupId

GroupId

top.jfunc.common
ArtifactId

ArtifactId

network-converter
Last Version

Last Version

1.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download network-converter

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
top.jfunc.common : converter jar 1.8.0
top.jfunc.common : network jar 1.8.2.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.1
1.8.0
1.4
1.3