License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdjson-adapter |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionjson-adapter
Library to mask fields from a json payload based on json path configurations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-adapter-1.0.0.pom | |
json-adapter-1.0.0.jar | 6 KB |
json-adapter-1.0.0-test-fixtures.jar | 11 KB |
json-adapter-1.0.0-sources.jar | 3 KB |
json-adapter-1.0.0-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/json-adapter/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>json-adapter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-adapter/
implementation 'com.github.michaelruocco:json-adapter:1.0.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-adapter/
implementation ("com.github.michaelruocco:json-adapter:1.0.0")
'com.github.michaelruocco:json-adapter:jar:1.0.0'
<dependency org="com.github.michaelruocco" name="json-adapter" rev="1.0.0">
<artifact name="json-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='json-adapter', version='1.0.0')
)
libraryDependencies += "com.github.michaelruocco" % "json-adapter" % "1.0.0"
[com.github.michaelruocco/json-adapter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 |
com.github.michaelruocco : file-loader Optional | jar | 5.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.11.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.11.3 |
org.slf4j : slf4j-api | jar | 1.7.30 |