GroupId | GroupIdcom.github.houbb |
---|---|
ArtifactId | ArtifactIdsensitive-word |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sensitive-word-0.0.1.pom | |
sensitive-word-0.0.1.jar | 1 MB |
sensitive-word-0.0.1-sources.jar | 1 MB |
sensitive-word-0.0.1-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/sensitive-word/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sensitive-word/
implementation 'com.github.houbb:sensitive-word:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/sensitive-word/
implementation ("com.github.houbb:sensitive-word:0.0.1")
'com.github.houbb:sensitive-word:jar:0.0.1'
<dependency org="com.github.houbb" name="sensitive-word" rev="0.0.1">
<artifact name="sensitive-word" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sensitive-word', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "sensitive-word" % "0.0.1"
[com.github.houbb/sensitive-word "0.0.1"]