J

JsonClassGenerator

运行时根据json生成class,支持为生成的class添加注解
https://github.com/wujiuye/json-class-generator
The Apache License, Version 2.0
wujiuye
Files download
File Operation
JsonClassGenerator-1.0.3-RELEASE.jar download
JsonClassGenerator-1.0.3-RELEASE.pom download
JsonClassGenerator-1.0.3-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.wujiuye</groupId>
  <artifactId>JsonClassGenerator</artifactId>
  <version>1.0.3-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.wujiuye:JsonClassGenerator:1.0.3-RELEASE'
Gradle Kotlin
implementation("com.github.wujiuye:JsonClassGenerator:1.0.3-RELEASE")
Scala SBT
libraryDependencies += "com.github.wujiuye" % "JsonClassGenerator" % "1.0.3-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.wujiuye', module='JsonClassGenerator', version='1.0.3-RELEASE')
)
Apache Ivy
<dependency org="com.github.wujiuye" name="JsonClassGenerator" rev="1.0.3-RELEASE" />
Leiningen
[com.github.wujiuye/JsonClassGenerator "1.0.3-RELEASE"]
Apache Buildr
'com.github.wujiuye:JsonClassGenerator:jar:1.0.3-RELEASE'