is not current version
Last Version 4.0.9

com.wgzhao.addax:jsonfilereader 4.0.3

jsonfilereader提供了本地读取JSON功能,并可以根据用户配置的类型进行类型转换,建议开发、测试环境使用。

Categories

Categories

JSON Data
GroupId

GroupId

com.wgzhao.addax
ArtifactId

ArtifactId

jsonfilereader
Version

Version

4.0.3
Type

Type

jar

Download jsonfilereader 4.0.3


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