MVN

io.github.fzdwx : words-match

Maven & Gradle

Apr 12, 2022
1 stars

words-match · A simple word matching program.

<dependency>
    <groupId>io.github.fzdwx</groupId>
    <artifactId>words-match</artifactId>
    <version>0.10.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fzdwx : words-match to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.4

All Versions

Choose a version of io.github.fzdwx : words-match to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
words-match-0.10.4
words-match-0.10.3
words-match-0.10.2
words-match-0.10.1
0.10
words-match-0.10
0.09.x
words-match-0.09.2
words-match-0.09.1
0.09
words-match-0.09
0.08
words-match-0.08
0.05
words-match-0.05-pre3
words-match-0.05-pre2
0.04
words-match-0.04
0.03
words-match-0.03
0.02
words-match-0.02
0.01
words-match-0.01

How to add a dependency to Maven

Add the following io.github.fzdwx : words-match maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fzdwx</groupId>
    <artifactId>words-match</artifactId>
    <version>0.10.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fzdwx : words-match gradle dependency to your build.gradle file:

implementation 'io.github.fzdwx:words-match:0.10.4'

Gradle Kotlin DSL: Add the following io.github.fzdwx : words-match gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fzdwx:words-match:0.10.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fzdwx : words-match sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fzdwx" % "words-match" % "0.10.4"