MVN

com.willowtreeapps : fuzzywuzzy-kotlin

Maven & Gradle

Dec 08, 2019
74 stars

fuzzywuzzy-kotlin · Fuzzy string matching for kotlin multiplatform

<dependency>
    <groupId>com.willowtreeapps</groupId>
    <artifactId>fuzzywuzzy-kotlin</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.willowtreeapps : fuzzywuzzy-kotlin to add to Maven - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of com.willowtreeapps : fuzzywuzzy-kotlin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
fuzzywuzzy-kotlin-0.9.0
0.2.x
fuzzywuzzy-kotlin-0.2.1
0.1.x
fuzzywuzzy-kotlin-0.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.willowtreeapps</groupId>
    <artifactId>fuzzywuzzy-kotlin</artifactId>
    <version>0.9.0</version>
</dependency>

Advertisement