| License |
License
Apache License
|
|---|---|
| Categories |
CategoriesData JSON |
| GroupId | GroupIdcom.wgzhao.datax |
| ArtifactId | ArtifactIdjsonfilereader |
| Last Version | Last Version3.2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjsonfilereader
jsonfilereader提供了本地读取JSON功能,并可以根据用户配置的类型进行类型转换,建议开发、测试环境使用。
|
| Filename | Size |
|---|---|
| jsonfilereader-3.2.4.pom | |
| jsonfilereader-3.2.4.jar | 17 KB |
| jsonfilereader-3.2.4-sources.jar | 13 KB |
| jsonfilereader-3.2.4-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wgzhao.datax/jsonfilereader/ -->
<dependency>
<groupId>com.wgzhao.datax</groupId>
<artifactId>jsonfilereader</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.wgzhao.datax/jsonfilereader/
implementation 'com.wgzhao.datax:jsonfilereader:3.2.4'
// https://jarcasting.com/artifacts/com.wgzhao.datax/jsonfilereader/
implementation ("com.wgzhao.datax:jsonfilereader:3.2.4")
'com.wgzhao.datax:jsonfilereader:jar:3.2.4'
<dependency org="com.wgzhao.datax" name="jsonfilereader" rev="3.2.4">
<artifact name="jsonfilereader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wgzhao.datax', module='jsonfilereader', version='3.2.4')
)
libraryDependencies += "com.wgzhao.datax" % "jsonfilereader" % "3.2.4"
[com.wgzhao.datax/jsonfilereader "3.2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.wgzhao.datax : datax-common | jar | 3.2.4 |
| com.jayway.jsonpath : json-path | jar | 2.5.0 |
| org.apache.commons : commons-compress | jar | 1.20 |
| org.slf4j : slf4j-api | jar | 1.7.28 |