| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.ginkgocity |
| Идентификатор | Идентификаторmatchwords |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеmatchwords
A sensitive word filter
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| matchwords-1.1.pom | |
| matchwords-1.1-sources.jar | 2 KB |
| matchwords-1.1-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.ginkgocity/matchwords/ -->
<dependency>
<groupId>io.github.ginkgocity</groupId>
<artifactId>matchwords</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ginkgocity/matchwords/
implementation 'io.github.ginkgocity:matchwords:1.1'
// https://jarcasting.com/artifacts/io.github.ginkgocity/matchwords/
implementation ("io.github.ginkgocity:matchwords:1.1")
'io.github.ginkgocity:matchwords:jar:1.1'
<dependency org="io.github.ginkgocity" name="matchwords" rev="1.1">
<artifact name="matchwords" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ginkgocity', module='matchwords', version='1.1')
)
libraryDependencies += "io.github.ginkgocity" % "matchwords" % "1.1"
[io.github.ginkgocity/matchwords "1.1"]