License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.developframework |
ArtifactId | ArtifactIdjsonview3-core |
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.
|
Filename | Size |
---|---|
jsonview3-core-3.2.0.pom | |
jsonview3-core-3.2.0.jar | 99 KB |
jsonview3-core-3.2.0-sources.jar | 62 KB |
jsonview3-core-3.2.0-javadoc.jar | 474 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.developframework/jsonview3-core/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>jsonview3-core</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/jsonview3-core/
implementation 'com.github.developframework:jsonview3-core:3.2.0'
// https://jarcasting.com/artifacts/com.github.developframework/jsonview3-core/
implementation ("com.github.developframework:jsonview3-core:3.2.0")
'com.github.developframework:jsonview3-core:jar:3.2.0'
<dependency org="com.github.developframework" name="jsonview3-core" rev="3.2.0">
<artifact name="jsonview3-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='jsonview3-core', version='3.2.0')
)
libraryDependencies += "com.github.developframework" % "jsonview3-core" % "3.2.0"
[com.github.developframework/jsonview3-core "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.10 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.slf4j : slf4j-api | jar | 1.7.24 |
com.fasterxml.jackson.core : jackson-core | jar | 2.8.7 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.7 |