Manually adding a dependency to a project

For any project, no matter the import method, you can manually add a dependency to that project. To do that, navigate to a project and click the "Add Dependency" button:

There are three options to add a dependency manually:

  1. Via a file upload
  2. Searching via a package manager
  3. Creating the dependency manually

The first method presents you with these options. You should use this option if you have a file or a link you would like to upload and associate that file with the dependency.

The second option presents you with these options. You should use this option if you know the package manager and want to use that information to search for that dependency.

The third option presents you with these options. This is the best option if you don't have much information about the dependency, but you do want that dependency added to you project.

🚧

Deleting a manually added depedency only affects the current and future revisions. If you manually add a dependency to revision 1, it will get carried over to revision 2. If you delete a manually added dependency in revision 2, it will stay in revision 1 but not be inlcude in revision 3.