Last Version

Jsonview3 Framework 3.2.0

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.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.developframework
ArtifactId

ArtifactId

jsonview3
Version

Version

3.2.0
Type

Type

pom
Description

Description

Jsonview3 Framework
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.

Download jsonview3 3.2.0

Filename Size
jsonview3-3.2.0.pom 6 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jsonview3-core
  • jsonview3-spring-support
  • jsonview3-springmvc