is not current version
Last Version 1.0.7

com.github.michaelruocco:json-masker 0.1.2

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

0.1.2
Type

Type

jar

Download json-masker 0.1.2


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