parseJson

基于反射技术读取类中数据至Json格式

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.achnly
ArtifactId

ArtifactId

parseJson
Last Version

Last Version

1.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

parseJson
基于反射技术读取类中数据至Json格式
Project URL

Project URL

https://github.com/achnly/parseJson
Source Code Management

Source Code Management

https://github.com/achnly/parseJson

Download parseJson

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-RELEASE