You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/manual-dependencies.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ Supported dependency types:
54
54
- `hackage`- Haskell dependencies found at [Hackage](https://hackage.haskell.org/).
55
55
- `hex`- Erlang and Elixir dependencies that are found at [Hex.pm](https://hex.pm/).
56
56
- `maven` - Maven dependencies that can be found at many different sources. Specified as `name: javax.xml.bind:jaxb-api` where the convention is `groupId:artifactId`.
57
+
<!-- markdown-link-check-disable-next-line -->
57
58
- `npm`- Javascript dependencies found at [npmjs.com](https://www.npmjs.com/).
58
59
- `nuget`- .NET dependencies found at [NuGet.org](https://www.nuget.org/).
59
60
- `paket`- .NET dependencies found at [fsprojects.github.io/Paket/](https://fsprojects.github.io/Paket/).
0 commit comments