Using Vaadin on NetBeans WITHOUT Maven

前端 未结 2 408
春和景丽
春和景丽 2021-01-24 02:28

I\'m starting with Vaadin and I\'d like to know if it\'s possible work with this framework in NetBeans without using maven. The reason is the project using maven takes ages down

2条回答
  •  野性不改
    2021-01-24 02:40

    If it's a dependency issue, you can use Maven to download all jars to a directory and then add the jars to a netbeans project. e.g. Using Maven to download dependencies to a directory on the command line

提交回复
热议问题