feat(vendordep): add vendordep management

- Add vendordep add
- Add vendordep remove
- Add vendordep list
- Refactor downloading
This commit is contained in:
2025-10-17 14:15:37 -04:00
parent e073c0d391
commit 2a22f41fac
18 changed files with 1099 additions and 184 deletions

View File

@@ -0,0 +1,3 @@
package artifactory
const DefaultVendorDepArtifactoryUrl = "https://frcmaven.wpi.edu/artifactory"