Update Phoenix.json

This commit is contained in:
aarav18
2022-01-22 13:56:17 -07:00
parent 3613c9e49a
commit 14a278b37d
+145 -68
View File
@@ -1,81 +1,106 @@
{ {
"fileName": "Phoenix.json", "fileName": "Phoenix.json",
"name": "CTRE-Phoenix", "name": "CTRE-Phoenix",
"version": "5.17.3", "version": "5.20.2",
"frcYear": 2022,
"uuid": "ab676553-b602-441f-a38d-f1296eff6537", "uuid": "ab676553-b602-441f-a38d-f1296eff6537",
"mavenUrls": [ "mavenUrls": [
"http://devsite.ctr-electronics.com/maven/release/" "https://maven.ctr-electronics.com/release/"
], ],
"jsonUrl": "http://devsite.ctr-electronics.com/maven/release/com/ctre/phoenix/Phoenix-latest.json", "jsonUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix-frc2022-latest.json",
"javaDependencies": [ "javaDependencies": [
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix",
"artifactId": "api-java", "artifactId": "api-java",
"version": "5.17.3" "version": "5.20.2"
}, },
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-java", "artifactId": "wpiapi-java",
"version": "5.17.3" "version": "5.20.2"
} }
], ],
"jniDependencies": [ "jniDependencies": [
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix",
"artifactId": "cci", "artifactId": "cci",
"version": "5.17.3", "version": "5.20.2",
"isJar": false, "isJar": false,
"skipInvalidPlatforms": true, "skipInvalidPlatforms": true,
"validPlatforms": [ "validPlatforms": [
"linuxathena", "linuxathena"
"windowsx86-64",
"linuxx86-64"
] ]
}, },
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix.sim",
"artifactId": "diagnostics", "artifactId": "cci-sim",
"version": "5.17.3", "version": "5.20.2",
"isJar": false, "isJar": false,
"skipInvalidPlatforms": true, "skipInvalidPlatforms": true,
"validPlatforms": [ "validPlatforms": [
"linuxathena",
"windowsx86-64", "windowsx86-64",
"linuxx86-64" "linuxx86-64",
"osxx86-64"
] ]
}, },
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix.sim",
"artifactId": "canutils", "artifactId": "simTalonSRX",
"version": "5.17.3", "version": "5.20.2",
"isJar": false, "isJar": false,
"skipInvalidPlatforms": true, "skipInvalidPlatforms": true,
"validPlatforms": [ "validPlatforms": [
"windowsx86-64", "windowsx86-64",
"linuxx86-64" "linuxx86-64",
"osxx86-64"
] ]
}, },
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix.sim",
"artifactId": "platform-stub", "artifactId": "simTalonFX",
"version": "5.17.3", "version": "5.20.2",
"isJar": false, "isJar": false,
"skipInvalidPlatforms": true, "skipInvalidPlatforms": true,
"validPlatforms": [ "validPlatforms": [
"windowsx86-64", "windowsx86-64",
"linuxx86-64" "linuxx86-64",
"osxx86-64"
] ]
}, },
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix.sim",
"artifactId": "core", "artifactId": "simVictorSPX",
"version": "5.17.3", "version": "5.20.2",
"isJar": false, "isJar": false,
"skipInvalidPlatforms": true, "skipInvalidPlatforms": true,
"validPlatforms": [ "validPlatforms": [
"linuxathena",
"windowsx86-64", "windowsx86-64",
"linuxx86-64" "linuxx86-64",
"osxx86-64"
]
},
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "simPigeonIMU",
"version": "5.20.2",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxx86-64"
]
},
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "simCANCoder",
"version": "5.20.2",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxx86-64"
] ]
} }
], ],
@@ -83,97 +108,149 @@
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-cpp", "artifactId": "wpiapi-cpp",
"version": "5.17.3", "version": "5.20.2",
"libName": "CTRE_Phoenix_WPI", "libName": "CTRE_Phoenix_WPI",
"headerClassifier": "headers", "headerClassifier": "headers",
"sharedLibrary": false, "sharedLibrary": true,
"skipInvalidPlatforms": true, "skipInvalidPlatforms": true,
"binaryPlatforms": [ "binaryPlatforms": [
"linuxathena", "linuxathena"
"windowsx86-64",
"linuxx86-64"
] ]
}, },
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix",
"artifactId": "api-cpp", "artifactId": "api-cpp",
"version": "5.17.3", "version": "5.20.2",
"libName": "CTRE_Phoenix", "libName": "CTRE_Phoenix",
"headerClassifier": "headers", "headerClassifier": "headers",
"sharedLibrary": false, "sharedLibrary": true,
"skipInvalidPlatforms": true, "skipInvalidPlatforms": true,
"binaryPlatforms": [ "binaryPlatforms": [
"linuxathena", "linuxathena"
"windowsx86-64",
"linuxx86-64"
] ]
}, },
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix",
"artifactId": "cci", "artifactId": "cci",
"version": "5.17.3", "version": "5.20.2",
"libName": "CTRE_PhoenixCCI", "libName": "CTRE_PhoenixCCI",
"headerClassifier": "headers", "headerClassifier": "headers",
"sharedLibrary": false, "sharedLibrary": true,
"skipInvalidPlatforms": true, "skipInvalidPlatforms": true,
"binaryPlatforms": [ "binaryPlatforms": [
"linuxathena", "linuxathena"
"windowsx86-64",
"linuxx86-64"
] ]
}, },
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix.sim",
"artifactId": "diagnostics", "artifactId": "wpiapi-cpp-sim",
"version": "5.17.3", "version": "5.20.2",
"libName": "CTRE_PhoenixDiagnostics", "libName": "CTRE_Phoenix_WPISim",
"headerClassifier": "headers", "headerClassifier": "headers",
"sharedLibrary": false, "sharedLibrary": true,
"skipInvalidPlatforms": true, "skipInvalidPlatforms": true,
"binaryPlatforms": [ "binaryPlatforms": [
"linuxathena",
"windowsx86-64", "windowsx86-64",
"linuxx86-64" "linuxx86-64",
"osxx86-64"
] ]
}, },
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix.sim",
"artifactId": "canutils", "artifactId": "api-cpp-sim",
"version": "5.17.3", "version": "5.20.2",
"libName": "CTRE_PhoenixCanutils", "libName": "CTRE_PhoenixSim",
"headerClassifier": "headers", "headerClassifier": "headers",
"sharedLibrary": false, "sharedLibrary": true,
"skipInvalidPlatforms": true, "skipInvalidPlatforms": true,
"binaryPlatforms": [ "binaryPlatforms": [
"windowsx86-64", "windowsx86-64",
"linuxx86-64" "linuxx86-64",
"osxx86-64"
] ]
}, },
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix.sim",
"artifactId": "platform-stub", "artifactId": "cci-sim",
"version": "5.17.3", "version": "5.20.2",
"libName": "CTRE_PhoenixPlatform", "libName": "CTRE_PhoenixCCISim",
"headerClassifier": "headers", "headerClassifier": "headers",
"sharedLibrary": false, "sharedLibrary": true,
"skipInvalidPlatforms": true, "skipInvalidPlatforms": true,
"binaryPlatforms": [ "binaryPlatforms": [
"windowsx86-64", "windowsx86-64",
"linuxx86-64" "linuxx86-64",
"osxx86-64"
] ]
}, },
{ {
"groupId": "com.ctre.phoenix", "groupId": "com.ctre.phoenix.sim",
"artifactId": "core", "artifactId": "simTalonSRX",
"version": "5.17.3", "version": "5.20.2",
"libName": "CTRE_PhoenixCore", "libName": "CTRE_SimTalonSRX",
"headerClassifier": "headers", "headerClassifier": "headers",
"sharedLibrary": false, "sharedLibrary": true,
"skipInvalidPlatforms": true, "skipInvalidPlatforms": true,
"binaryPlatforms": [ "binaryPlatforms": [
"linuxathena",
"windowsx86-64", "windowsx86-64",
"linuxx86-64" "linuxx86-64",
"osxx86-64"
]
},
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "simTalonFX",
"version": "5.20.2",
"libName": "CTRE_SimTalonFX",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxx86-64"
]
},
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "simVictorSPX",
"version": "5.20.2",
"libName": "CTRE_SimVictorSPX",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxx86-64"
]
},
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "simPigeonIMU",
"version": "5.20.2",
"libName": "CTRE_SimPigeonIMU",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxx86-64"
]
},
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "simCANCoder",
"version": "5.20.2",
"libName": "CTRE_SimCANCoder",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxx86-64"
] ]
} }
] ]