Files
allwpilib/commandsv2/CommandsV2.json

47 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2023-01-16 18:26:46 +02:00
{
2025-11-10 21:18:14 -05:00
"fileName": "CommandsV2.json",
"name": "Commands V2",
2023-01-16 18:26:46 +02:00
"version": "1.0.0",
"uuid": "111e20f7-815e-48f8-9dd6-e675ce75b266",
"wpilibYear": "2027_alpha5",
2023-01-16 18:26:46 +02:00
"mavenUrls": [],
"jsonUrl": "",
"conflictsWith": [
{
"uuid": "4decdc05-a056-46cf-9561-39449bbb01306",
"errorMessage": "Users can not have both Commands v2 and Commands v3 vendordeps in their robot program.",
"offlineFileName": "CommandsV3.json"
}
],
2023-01-16 18:26:46 +02:00
"javaDependencies": [
{
2025-11-07 20:00:44 -05:00
"groupId": "org.wpilib.commandsv2",
2025-11-07 19:55:39 -05:00
"artifactId": "commandsv2-java",
2023-01-16 18:26:46 +02:00
"version": "wpilib"
}
],
"jniDependencies": [],
"cppDependencies": [
{
2025-11-07 20:00:44 -05:00
"groupId": "org.wpilib.commandsv2",
2025-11-07 19:55:39 -05:00
"artifactId": "commandsv2-cpp",
2023-01-16 18:26:46 +02:00
"version": "wpilib",
2025-11-07 19:55:39 -05:00
"libName": "commandsv2",
2023-01-16 18:26:46 +02:00
"headerClassifier": "headers",
"sourcesClassifier": "sources",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxsystemcore",
2023-01-16 18:26:46 +02:00
"linuxathena",
"linuxarm32",
"linuxarm64",
"windowsx86-64",
"windowsx86",
"linuxx86-64",
"osxuniversal"
]
}
]
}