is not current version
Last Version 1.0.3-RELEASE

com.github.wujiuye:JsonClassGenerator 1.0.1-RELEASE

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

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wujiuye
ArtifactId

ArtifactId

JsonClassGenerator
Version

Version

1.0.1-RELEASE
Type

Type

jar

Download JsonClassGenerator 1.0.1-RELEASE


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