From 139de5796eb771380956ed605082b419599f046c Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 12 Nov 2024 15:39:22 -0500 Subject: [PATCH] Add Studica 2025.1.1-beta-3 --- 2025.json | 8 ++++ 2025/Studica-2025.1.1-beta-3.json | 71 +++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 2025/Studica-2025.1.1-beta-3.json diff --git a/2025.json b/2025.json index 8ac9e06..4e1200d 100644 --- a/2025.json +++ b/2025.json @@ -15,6 +15,14 @@ "description": "Libraries for NavX and other Studica Products", "website": "https://github.com/Studica-Robotics/NavX" }, + { + "path": "2025/Studica-2025.1.1-beta-3.json", + "name": "Studica", + "version": "2025.1.1-beta-3", + "uuid": "cb311d09-36e9-4143-a032-55bb2b94443b", + "description": "Libraries for NavX and other Studica Products", + "website": "https://github.com/Studica-Robotics/NavX" + }, { "path": "2025/Phoenix6-25.0.0-beta-1.json", "name": "CTRE-Phoenix (v6)", diff --git a/2025/Studica-2025.1.1-beta-3.json b/2025/Studica-2025.1.1-beta-3.json new file mode 100644 index 0000000..2f64aaf --- /dev/null +++ b/2025/Studica-2025.1.1-beta-3.json @@ -0,0 +1,71 @@ +{ + "fileName": "Studica-2025.1.1-beta-3.json", + "name": "Studica", + "version": "2025.1.1-beta-3", + "uuid": "cb311d09-36e9-4143-a032-55bb2b94443b", + "frcYear": "2025", + "mavenUrls": [ + "https://dev.studica.com/maven/release/2025/" + ], + "jsonUrl": "https://dev.studica.com/releases/2025/Studica-2025.1.1-beta-3.json", + "cppDependencies": [ + { + "artifactId": "Studica-cpp", + "binaryPlatforms": [ + "linuxathena", + "linuxarm32", + "linuxarm64", + "linuxx86-64", + "osxuniversal", + "windowsx86-64" + ], + "groupId": "com.studica.frc", + "headerClassifier": "headers", + "libName": "Studica", + "sharedLibrary": false, + "skipInvalidPlatforms": true, + "version": "2025.1.1-beta-3" + }, + { + "artifactId": "Studica-driver", + "binaryPlatforms": [ + "linuxathena", + "linuxarm32", + "linuxarm64", + "linuxx86-64", + "osxuniversal", + "windowsx86-64" + ], + "groupId": "com.studica.frc", + "headerClassifier": "headers", + "libName": "StudicaDriver", + "sharedLibrary": false, + "skipInvalidPlatforms": true, + "version": "2025.1.1-beta-3" + } + ], + "javaDependencies": [ + { + "artifactId": "Studica-java", + "groupId": "com.studica.frc", + "version": "2025.1.1-beta-3" + } + ], + "jniDependencies": [ + { + "artifactId": "Studica-driver", + "groupId": "com.studica.frc", + "isJar": false, + "skipInvalidPlatforms": true, + "validPlatforms": [ + "linuxathena", + "linuxarm32", + "linuxarm64", + "linuxx86-64", + "osxuniversal", + "windowsx86-64" + ], + "version": "2025.1.1-beta-3" + } + ] +} \ No newline at end of file