is not current version
Last Version 0.0.15

com.github.houbb:sensitive 0.0.6

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

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

sensitive
Version

Version

0.0.6
Type

Type

pom

Download sensitive 0.0.6

Filename Size
sensitive-0.0.6.pom 11 KB
Browse

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