| License |
License |
|---|---|
| GroupId | GroupIdio.github.ginkgocity |
| ArtifactId | ArtifactIdmatchwords |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmatchwords
A sensitive word filter
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| matchwords-1.1.pom | |
| matchwords-1.1-sources.jar | 2 KB |
| matchwords-1.1-javadoc.jar | 35 KB |
| Browse |
<!-- 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"]