License |
License
Apache License
|
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.wgzhao.addax |
ArtifactId | ArtifactIdjsonfilereader |
Version | Version4.0.7 |
Type | Typejar |
Description |
Descriptionjsonfile-reader
jsonfilereader提供了本地读取JSON功能,并可以根据用户配置的类型进行类型转换,建议开发、测试环境使用。
|
Filename | Size |
---|---|
jsonfilereader-4.0.7.pom | |
jsonfilereader-4.0.7.jar | 15 KB |
jsonfilereader-4.0.7-sources.jar | 9 KB |
jsonfilereader-4.0.7-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wgzhao.addax/jsonfilereader/ -->
<dependency>
<groupId>com.wgzhao.addax</groupId>
<artifactId>jsonfilereader</artifactId>
<version>4.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.wgzhao.addax/jsonfilereader/
implementation 'com.wgzhao.addax:jsonfilereader:4.0.7'
// https://jarcasting.com/artifacts/com.wgzhao.addax/jsonfilereader/
implementation ("com.wgzhao.addax:jsonfilereader:4.0.7")
'com.wgzhao.addax:jsonfilereader:jar:4.0.7'
<dependency org="com.wgzhao.addax" name="jsonfilereader" rev="4.0.7">
<artifact name="jsonfilereader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wgzhao.addax', module='jsonfilereader', version='4.0.7')
)
libraryDependencies += "com.wgzhao.addax" % "jsonfilereader" % "4.0.7"
[com.wgzhao.addax/jsonfilereader "4.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.wgzhao.addax : addax-common | jar | 4.0.7 |
com.jayway.jsonpath : json-path | jar | 2.6.0 |
org.apache.commons : commons-compress | jar | 1.21 |
org.slf4j : slf4j-api | jar | 1.7.32 |