не последняя версия
Последняя версия 0.10.5

io.github.fzdwx:words-match 0.01

A simple word matching program.

Группа

Группа

io.github.fzdwx
Идентификатор

Идентификатор

words-match
Версия

Версия

0.01
Тип

Тип

jar

Скачать words-match 0.01


<!-- 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"]