is not current version
Last Version 0.2.0

com.github.houbb:sensitive-word 0.0.13

The sensitive word tool for java with DFA.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

sensitive-word
Version

Version

0.0.13
Type

Type

jar

Download sensitive-word 0.0.13


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