How can I add Maven dependency to Mendix Project?

0
Hello everyone, Is it possible to add maven dependency to Mendix project using Maven or Gradle. If possible could I have the detailed steps on how to do it.
asked
1 answers
1
  1. Go to https://mvnrepository.com/ 
  2. find the dependency you want to download
  3. download the corresponding jar file (and any compile dependency jar files)
  4. copy the jar file to your Mendix project /userlib folder

Done!

-Andrej

answered