is not current version
Last Version 2.0.4.RELEASE

com.github.wujiuye:json-parser-core 2.0.0.RELEASE

hotkits项目集合中的一员,JSON适配器组件,让切换JSON解析框架只需要切换依赖包即可。

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wujiuye
ArtifactId

ArtifactId

json-parser-core
Version

Version

2.0.0.RELEASE
Type

Type

jar

Download json-parser-core 2.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.wujiuye/json-parser-core/ -->
<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>json-parser-core</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wujiuye/json-parser-core/
implementation 'com.github.wujiuye:json-parser-core:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.wujiuye/json-parser-core/
implementation ("com.github.wujiuye:json-parser-core:2.0.0.RELEASE")
'com.github.wujiuye:json-parser-core:jar:2.0.0.RELEASE'
<dependency org="com.github.wujiuye" name="json-parser-core" rev="2.0.0.RELEASE">
  <artifact name="json-parser-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wujiuye', module='json-parser-core', version='2.0.0.RELEASE')
)
libraryDependencies += "com.github.wujiuye" % "json-parser-core" % "2.0.0.RELEASE"
[com.github.wujiuye/json-parser-core "2.0.0.RELEASE"]