Json Class Generator

运行时根据json生成class,支持为生成的class添加注解

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wujiuye
ArtifactId

ArtifactId

JsonClassGenerator
Last Version

Last Version

1.0.3-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Json Class Generator
运行时根据json生成class,支持为生成的class添加注解
Project URL

Project URL

https://github.com/wujiuye/json-class-generator
Source Code Management

Source Code Management

https://github.com/wujiuye/json-class-generator

Download JsonClassGenerator

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.1
org.ow2.asm : asm jar 6.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3-RELEASE
1.0.2-RELEASE
1.0.1-RELEASE
1.0.0-RELEASE