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