| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторsensitive-word |
| Последняя версия | Последняя версия0.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеsensitive-word
The sensitive word tool for java with DFA.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| sensitive-word-0.2.0.pom | |
| sensitive-word-0.2.0.jar | 401 KB |
| sensitive-word-0.2.0-sources.jar | 398 KB |
| sensitive-word-0.2.0-javadoc.jar | 219 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/sensitive-word/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sensitive-word/
implementation 'com.github.houbb:sensitive-word:0.2.0'
// https://jarcasting.com/artifacts/com.github.houbb/sensitive-word/
implementation ("com.github.houbb:sensitive-word:0.2.0")
'com.github.houbb:sensitive-word:jar:0.2.0'
<dependency org="com.github.houbb" name="sensitive-word" rev="0.2.0">
<artifact name="sensitive-word" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sensitive-word', version='0.2.0')
)
libraryDependencies += "com.github.houbb" % "sensitive-word" % "0.2.0"
[com.github.houbb/sensitive-word "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.houbb : heaven | jar | 0.1.154 |
| com.github.houbb : opencc4j | jar | 1.7.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |