is not current version
Last Version 1.1.0

com.github.bata19:log-masking 1.0.0

Masking specific values in json and xml in rest req/res in logs, using configuration

GroupId

GroupId

com.github.bata19
ArtifactId

ArtifactId

log-masking
Version

Version

1.0.0
Type

Type

pom

Download log-masking 1.0.0

Filename Size
log-masking-1.0.0.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.bata19/log-masking/ -->
<dependency>
    <groupId>com.github.bata19</groupId>
    <artifactId>log-masking</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bata19/log-masking/
implementation 'com.github.bata19:log-masking:1.0.0'
// https://jarcasting.com/artifacts/com.github.bata19/log-masking/
implementation ("com.github.bata19:log-masking:1.0.0")
'com.github.bata19:log-masking:pom:1.0.0'
<dependency org="com.github.bata19" name="log-masking" rev="1.0.0">
  <artifact name="log-masking" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bata19', module='log-masking', version='1.0.0')
)
libraryDependencies += "com.github.bata19" % "log-masking" % "1.0.0"
[com.github.bata19/log-masking "1.0.0"]