how to add nebula dependency to maven project?
问题 I am trying to add a dependency to nebula to a small project, because I want to use nebula gridviewer and ganttchart. I use maven to build my project. What should I put in my pom.xml file? I am not able to find any hint online... 回答1: You can navigate to nebula release download page and download the repository.zip. Inside the zip you can find all the jars for nebula project. you can install to your local maven repository the ones you want to use to your project. 来源: https://stackoverflow.com