How to create a swing application using maven?

前端 未结 3 1805
逝去的感伤
逝去的感伤 2020-12-29 05:38

I was trying to start new swing application using maven, so I started searching on maven documentation but (frustratingly) found no clue. So I\'m asking:

  • what
3条回答
  •  失恋的感觉
    2020-12-29 06:36

    Check these links if you have problems finding documentation about maven Better builds with Maven and Maven: The Definitive Guide. Then you will figure out that you can build any kind of app like swing using maven. Maven is not a framework is project management and comprehension tool.

    Note: Maven: The Definitive Guide was split into two books. The link goes to the blog post that links to both of them.

提交回复
热议问题