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