is not current version
Last Version 0.0.15

com.github.houbb:sensitive 0.0.4

Sensitive 基于 java 注解的日志脱敏工具.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

sensitive
Version

Version

0.0.4
Type

Type

pom

Download sensitive 0.0.4

Filename Size
sensitive-0.0.4.pom 10 KB
Browse

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