| GroupId | GroupIdio.github.fzdwx |
|---|---|
| ArtifactId | ArtifactIdwords-match |
| Version | Version0.05-pre3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| words-match-0.05-pre3.pom | |
| words-match-0.05-pre3.jar | 17 KB |
| words-match-0.05-pre3-sources.jar | 9 KB |
| words-match-0.05-pre3-javadoc.jar | 157 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.fzdwx/words-match/ -->
<dependency>
<groupId>io.github.fzdwx</groupId>
<artifactId>words-match</artifactId>
<version>0.05-pre3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fzdwx/words-match/
implementation 'io.github.fzdwx:words-match:0.05-pre3'
// https://jarcasting.com/artifacts/io.github.fzdwx/words-match/
implementation ("io.github.fzdwx:words-match:0.05-pre3")
'io.github.fzdwx:words-match:jar:0.05-pre3'
<dependency org="io.github.fzdwx" name="words-match" rev="0.05-pre3">
<artifact name="words-match" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fzdwx', module='words-match', version='0.05-pre3')
)
libraryDependencies += "io.github.fzdwx" % "words-match" % "0.05-pre3"
[io.github.fzdwx/words-match "0.05-pre3"]