Search code examples
mavendependenciesdhtmlx

DHTMLX JavaPlanner maven dependency


Is there any maven dependency for DHTMLX javaCalendar and/or DHTMLX JavaPlanner?

Thanks


Solution

  • Solved!

    There are 2 cases that you need to issue Maven’s command to include a jar into the Maven local repository manually.

    1.The jar you want to use doesn’t exist in the Maven center repository.
    2.You created a custom jar, and need to use for another Maven project.
    

    Please Check the link. mkyong http://www.mkyong.com/maven/how-to-include-library-manully-into-maven-local-repository/

    Thanks mkyong.