-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
I got this error while calling
FuzzySearch.tokenSortRatio(stringA, stringB) + FuzzySearch.tokenSetRatio(stringA, stringB)
stackTrace: java.lang.RuntimeException: java.lang.NoClassDefFoundError: me/xdrop/fuzzywuzzy/FuzzySearch
I imported this library as a gradle dependency
implementation 'me.xdrop:fuzzywuzzy:1.3.1'
It doesn't look like an issue caused by transitive dependency.
./gradlew dependencies
+--- com.jayway.jsonpath:json-path:2.4.0 (*)
+--- me.xdrop:fuzzywuzzy:1.3.1
yeungalan0
Metadata
Metadata
Assignees
Labels
No labels