is not current version
Last Version 1.0.7

com.github.michaelruocco:json-masker 1.0.6

Library to mask fields from a json payload based on json path configurations

Categories

Categories

JSON Data
GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

json-masker
Version

Version

1.0.6
Type

Type

jar

Download json-masker 1.0.6


<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/json-masker/ -->
<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>json-masker</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-masker/
implementation 'com.github.michaelruocco:json-masker:1.0.6'
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-masker/
implementation ("com.github.michaelruocco:json-masker:1.0.6")
'com.github.michaelruocco:json-masker:jar:1.0.6'
<dependency org="com.github.michaelruocco" name="json-masker" rev="1.0.6">
  <artifact name="json-masker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='json-masker', version='1.0.6')
)
libraryDependencies += "com.github.michaelruocco" % "json-masker" % "1.0.6"
[com.github.michaelruocco/json-masker "1.0.6"]