j

jsonview3

Jsonview framework built on Jackson framework,Implementation through XML configuration file to customize the json format, greatly improved the Java generates a json string freedom, let the development of modular more convenient quickly.
https://github.com/developframework/jsonview3
The Apache License, Version 2.0
qiuzhenhao
文件下载
文件名 操作
jsonview3-3.2.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.developframework</groupId>
  <artifactId>jsonview3</artifactId>
  <version>3.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.developframework:jsonview3:3.2.0'
Gradle Kotlin
implementation("com.github.developframework:jsonview3:3.2.0")
Scala SBT
libraryDependencies += "com.github.developframework" % "jsonview3" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.developframework', module='jsonview3', version='3.2.0')
)
Apache Ivy
<dependency org="com.github.developframework" name="jsonview3" rev="3.2.0" />
Leiningen
[com.github.developframework/jsonview3 "3.2.0"]
Apache Buildr
'com.github.developframework:jsonview3:jar:3.2.0'
本项目依赖
该项目无第三方依赖