License |
License |
---|---|
Categories |
CategoriesJSON Data Jackson |
GroupId | GroupIdcom.pressassociation.partial-response |
ArtifactId | ArtifactIdfilter-json-jackson |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionPartial Response: Jackson JSON Filter
Filter for json output that is based on the jackson library
|
Filename | Size |
---|---|
filter-json-jackson-1.0.pom | |
filter-json-jackson-1.0.jar | 9 KB |
filter-json-jackson-1.0-sources.jar | 5 KB |
filter-json-jackson-1.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pressassociation.partial-response/filter-json-jackson/ -->
<dependency>
<groupId>com.pressassociation.partial-response</groupId>
<artifactId>filter-json-jackson</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pressassociation.partial-response/filter-json-jackson/
implementation 'com.pressassociation.partial-response:filter-json-jackson:1.0'
// https://jarcasting.com/artifacts/com.pressassociation.partial-response/filter-json-jackson/
implementation ("com.pressassociation.partial-response:filter-json-jackson:1.0")
'com.pressassociation.partial-response:filter-json-jackson:jar:1.0'
<dependency org="com.pressassociation.partial-response" name="filter-json-jackson" rev="1.0">
<artifact name="filter-json-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pressassociation.partial-response', module='filter-json-jackson', version='1.0')
)
libraryDependencies += "com.pressassociation.partial-response" % "filter-json-jackson" % "1.0"
[com.pressassociation.partial-response/filter-json-jackson "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.pressassociation.partial-response : matcher | jar | 1.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.10.8 |
pl.pragmatists : JUnitParams | jar | 1.0.2 |
com.google.guava : guava-testlib | jar | 18.0 |