is not current version
Last Version 3.2.4

com.wgzhao.datax:httpreader 3.2.3

HTTPReader提供了读取指定HTTP服务接口的功能,并对返回的JSON内容进行解析

Categories

Categories

Data
GroupId

GroupId

com.wgzhao.datax
ArtifactId

ArtifactId

httpreader
Version

Version

3.2.3
Type

Type

jar

Download httpreader 3.2.3


<!-- https://jarcasting.com/artifacts/com.wgzhao.datax/httpreader/ -->
<dependency>
    <groupId>com.wgzhao.datax</groupId>
    <artifactId>httpreader</artifactId>
    <version>3.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.wgzhao.datax/httpreader/
implementation 'com.wgzhao.datax:httpreader:3.2.3'
// https://jarcasting.com/artifacts/com.wgzhao.datax/httpreader/
implementation ("com.wgzhao.datax:httpreader:3.2.3")
'com.wgzhao.datax:httpreader:jar:3.2.3'
<dependency org="com.wgzhao.datax" name="httpreader" rev="3.2.3">
  <artifact name="httpreader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wgzhao.datax', module='httpreader', version='3.2.3')
)
libraryDependencies += "com.wgzhao.datax" % "httpreader" % "3.2.3"
[com.wgzhao.datax/httpreader "3.2.3"]