License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices JSON Data |
GroupId | GroupIdcom.github.developframework |
ArtifactId | ArtifactIdjsonview3-spring-boot |
Version | Version3.1.0 |
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-spring-boot/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>jsonview3-spring-boot</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/jsonview3-spring-boot/
implementation 'com.github.developframework:jsonview3-spring-boot:3.1.0'
// https://jarcasting.com/artifacts/com.github.developframework/jsonview3-spring-boot/
implementation ("com.github.developframework:jsonview3-spring-boot:3.1.0")
'com.github.developframework:jsonview3-spring-boot:jar:3.1.0'
<dependency org="com.github.developframework" name="jsonview3-spring-boot" rev="3.1.0">
<artifact name="jsonview3-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='jsonview3-spring-boot', version='3.1.0')
)
libraryDependencies += "com.github.developframework" % "jsonview3-spring-boot" % "3.1.0"
[com.github.developframework/jsonview3-spring-boot "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.developframework : jsonview3-springmvc | jar | 3.1.0 |
org.springframework.boot : spring-boot-starter-web | jar | 1.3.5.RELEASE |