| License |
License |
|---|---|
| GroupId | GroupIdio.github.fzdwx |
| ArtifactId | ArtifactIdwords-match |
| Version | Version0.09 |
| Type | Typejar |
| Description |
Descriptionwords-match
A simple word matching program.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| words-match-0.09.pom | |
| words-match-0.09.jar | 17 KB |
| words-match-0.09-sources.jar | 9 KB |
| words-match-0.09-javadoc.jar | 158 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.fzdwx/words-match/ -->
<dependency>
<groupId>io.github.fzdwx</groupId>
<artifactId>words-match</artifactId>
<version>0.09</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fzdwx/words-match/
implementation 'io.github.fzdwx:words-match:0.09'
// https://jarcasting.com/artifacts/io.github.fzdwx/words-match/
implementation ("io.github.fzdwx:words-match:0.09")
'io.github.fzdwx:words-match:jar:0.09'
<dependency org="io.github.fzdwx" name="words-match" rev="0.09">
<artifact name="words-match" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fzdwx', module='words-match', version='0.09')
)
libraryDependencies += "io.github.fzdwx" % "words-match" % "0.09"
[io.github.fzdwx/words-match "0.09"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.fzdwx : lambda | jar | 0.08 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |