How To Create Java Application Using Maven On Netbeans

Creating application using maven is kind of the standard of java development these day, it makes your project to be more easy to be shared to your team, because you don't need to share jar library again.

This tutorial covers how you can create java desktop application using maven in Netbeans IDE

1. Open Netbeans IDE create new project, choose Maven then choose Java Application.



2. After you click Next, then write in your project name, click finish and wait until the process is completed.



That is how you add maven to your java application. Now you are ready to use maven and now you have pom.xml file to manage your project dependencies with maven.

To find maven dependency you can go to maven central, find your dependency you need than copy XML tag on there, then paste it to your pom.xml.

Popular posts from this blog

Spring Kafka - how to use ReplyingKafkaTemplate send and reply synchronously

ERROR 1348 Column Password Is Not Updatable When Updating MySQL Root Password

How To Create Spring Boot Project Using Netbeans

How To Connect SSH Using PEM Certificate On Windows

Flutter Button With Left Align Text and Icon