Files
allwpilib/commandsv2/WPILibNewCommands.json

40 lines
931 B
JSON
Raw Normal View History

2023-01-16 18:26:46 +02:00
{
"fileName": "WPILibNewCommands.json",
"name": "WPILib-New-Commands",
"version": "1.0.0",
"uuid": "111e20f7-815e-48f8-9dd6-e675ce75b266",
"frcYear": "2027_alpha1",
2023-01-16 18:26:46 +02:00
"mavenUrls": [],
"jsonUrl": "",
"javaDependencies": [
{
2025-11-07 19:55:39 -05:00
"groupId": "edu.wpi.first.commandsv2",
"artifactId": "commandsv2-java",
2023-01-16 18:26:46 +02:00
"version": "wpilib"
}
],
"jniDependencies": [],
"cppDependencies": [
{
2025-11-07 19:55:39 -05:00
"groupId": "edu.wpi.first.commandsv2",
"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"
]
}
]
}