From 45b34b5e774c4a0ae35b6520d1c441d4f8532ca4 Mon Sep 17 00:00:00 2001 From: jasondaming Date: Thu, 24 Oct 2024 21:16:32 -0400 Subject: [PATCH] Initial Load of ThriftyLib 2024 --- 2024.json | 8 ++++++++ 2024/ThriftyLib-0.9.3.json | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 2024/ThriftyLib-0.9.3.json diff --git a/2024.json b/2024.json index f087afe..a807983 100644 --- a/2024.json +++ b/2024.json @@ -134,5 +134,13 @@ "uuid": "1ccce5a4-acd2-4d18-bca3-4b8047188400", "description": "YAGSL is a Swerve Library Developed by current and former BroncBotz mentors for all FRC Teams.", "website": "https://yagsl.gitbook.io/yagsl" + }, + { + "path": "2024/ThriftyLib-0.9.3.json", + "name": "ThriftyLib", + "version": "0.9.3", + "uuid": "60b2694b-9e6e-4026-81ee-6f167946f4b0", + "description": "ThriftyLib supports the The Thrifty Bot hardware.", + "website": "https://docs.home.thethriftybot.com/" } ] \ No newline at end of file diff --git a/2024/ThriftyLib-0.9.3.json b/2024/ThriftyLib-0.9.3.json new file mode 100644 index 0000000..c21aec8 --- /dev/null +++ b/2024/ThriftyLib-0.9.3.json @@ -0,0 +1,36 @@ +{ + "fileName": "ThriftyLib.json", + "name": "ThriftyLib", + "version": "0.9.3", + "frcYear": "2024", + "uuid": "60b2694b-9e6e-4026-81ee-6f167946f4b0", + "mavenUrls": [ + "https://docs.home.thethriftybot.com/ThriftyLib/Latest/ThriftyLib_2024_0-9-3.jar" + ], + "jsonUrl": "https://docs.home.thethriftybot.com/ThriftyLib/Latest/ThriftyLib.json", + "javaDependencies": [ + { + "groupId": "com.TheThriftyBot.frc", + "artifactId": "TheThriftyBot-java", + "version": "0.9.3" + } + ], + "jniDependencies": [ + { + "groupId": "com.thethriftybot.frc", + "artifactId": "thethriftybot-driver", + "version": "0.9.3", + "skipInvalidPlatforms": true, + "isJar": false, + "validPlatforms": [ + "windowsx86-64", + "windowsx86", + "linuxarm64", + "linuxx86-64", + "linuxathena", + "linuxarm32", + "osxuniversal" + ] + } + ] +}