-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathExampleVendorJson.json
More file actions
38 lines (38 loc) · 1.07 KB
/
Copy pathExampleVendorJson.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"fileName": "OrbitSubsystemsLib.json",
"name": "OrbitSubsystemsLib",
"version": "0.0.1",
"frcYear": "2024",
"uuid": "3c419bfa-de30-42ec-928b-765e593df322",
"mavenUrls": [
"ThisNeedsToBeTheRootMavenUrl"
],
"jsonUrl": "InsertSomeUrlHere",
"javaDependencies": [
{
"groupId": "com.orbit.frc",
"artifactId": "OrbitSubsystemsLib-java",
"version": "0.0.1"
}
],
"cppDependencies": [
{
"groupId": "com.orbit.frc",
"artifactId": "OrbitSubsystemsLib-cpp",
"version": "0.0.1",
"libName": "OrbitSubsystemsLib",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"linuxarm32",
"osxuniversal"
]
}
]
}