文件下载
文件名 操作
words-match-0.10.5.jar 下载
words-match-0.10.5.pom 下载
words-match-0.10.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.fzdwx</groupId>
  <artifactId>words-match</artifactId>
  <version>0.10.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.fzdwx:words-match:0.10.5'
Gradle Kotlin
implementation("io.github.fzdwx:words-match:0.10.5")
Scala SBT
libraryDependencies += "io.github.fzdwx" % "words-match" % "0.10.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.fzdwx', module='words-match', version='0.10.5')
)
Apache Ivy
<dependency org="io.github.fzdwx" name="words-match" rev="0.10.5" />
Leiningen
[io.github.fzdwx/words-match "0.10.5"]
Apache Buildr
'io.github.fzdwx:words-match:jar:0.10.5'