License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.developframework |
ArtifactId | ArtifactIdjsonview3-springmvc |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJsonview 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://jarcasting.com/artifacts/com.github.developframework/jsonview3-springmvc/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>jsonview3-springmvc</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/jsonview3-springmvc/
implementation 'com.github.developframework:jsonview3-springmvc:3.2.0'
// https://jarcasting.com/artifacts/com.github.developframework/jsonview3-springmvc/
implementation ("com.github.developframework:jsonview3-springmvc:3.2.0")
'com.github.developframework:jsonview3-springmvc:jar:3.2.0'
<dependency org="com.github.developframework" name="jsonview3-springmvc" rev="3.2.0">
<artifact name="jsonview3-springmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='jsonview3-springmvc', version='3.2.0')
)
libraryDependencies += "com.github.developframework" % "jsonview3-springmvc" % "3.2.0"
[com.github.developframework/jsonview3-springmvc "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.developframework : jsonview3-spring-support | jar | 3.2.0 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |
org.springframework : spring-webmvc | jar | 4.3.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 3.1.0 |