License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.monitorjbl |
ArtifactId | ArtifactIdjson-view |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-view
Provides programmatic exclusion/inclusion for Jackson JSON serialization
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-view-1.1.0.pom | |
json-view-1.1.0.jar | 11 KB |
json-view-1.1.0-sources.jar | 4 KB |
json-view-1.1.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.monitorjbl/json-view/ -->
<dependency>
<groupId>com.monitorjbl</groupId>
<artifactId>json-view</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.monitorjbl/json-view/
implementation 'com.monitorjbl:json-view:1.1.0'
// https://jarcasting.com/artifacts/com.monitorjbl/json-view/
implementation ("com.monitorjbl:json-view:1.1.0")
'com.monitorjbl:json-view:jar:1.1.0'
<dependency org="com.monitorjbl" name="json-view" rev="1.1.0">
<artifact name="json-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.monitorjbl', module='json-view', version='1.1.0')
)
libraryDependencies += "com.monitorjbl" % "json-view" % "1.1.0"
[com.monitorjbl/json-view "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.10.5 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.google.guava : guava | jar | 18.0 |
org.apache.commons : commons-math3 | jar | 3.5 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.mockito : mockito-all | jar | 1.10.19 |
org.powermock : powermock-api-mockito | jar | 1.6.2 |
org.powermock : powermock-module-junit4 | jar | 1.6.2 |
org.slf4j : slf4j-api | jar | 1.7.21 |
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
com.fasterxml.jackson.module : jackson-module-parameter-names | jar | 2.10.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.10.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.10.5 |