External jars

How can I add external jars to my maven project which is made using camunda archetype?

hi @simran
what jars do you want to use?
If they are available on maven central you can just add them as a maven dependency in the pom.xml?

Best
Felix

1 Like

It also depends upon what development tools you are using. If you are using Eclipse, then right-click on the project, select “Properties” at the bottom of the context menu, then select Java Build Path in the properties dialog.

Select the “Libraries” tab in properties window. On the right, click the “Add External Jars” button and select the jar file you wish to include in the project.