home › Forums › # Technical Support › Can not add maven dependency › Reply To: Can not add maven dependency
April 5, 2016 at 06:42
#2116
Keymaster
Hi,
thank you for your post.
The 5.0.1 version is not available in maven. I have tried several times to upload it, but to no avail. Please:
(1) Download https://github.com/fuzzylite/jfuzzylite/releases/download/5.0.1/jfuzzylite-5.0.1.jar
(2) Install it manually:
mvn install:install-file -Dfile=/path/to/fuzzylite-5.0.1.jar -DgroupId=com.fuzzylite
-DartifactId=jfuzzylite -Dversion=5.0.1 -Dpackaging=jar
Let me know if this helps.
Cheers.