diff --git a/2025/PlayingWithFusion-2025.01.23.json b/2025/PlayingWithFusion-2025.01.23.json new file mode 100644 index 0000000..61a5641 --- /dev/null +++ b/2025/PlayingWithFusion-2025.01.23.json @@ -0,0 +1,74 @@ +{ + "fileName": "playingwithfusion2025.json", + "name": "PlayingWithFusion", + "version": "2025.01.23", + "uuid": "14b8ad04-24df-11ea-978f-2e728ce88125", + "frcYear": "2025", + "jsonUrl": "https://www.playingwithfusion.com/frc/playingwithfusion2025.json", + "mavenUrls": [ + "https://www.playingwithfusion.com/frc/maven/" + ], + "javaDependencies": [ + { + "groupId": "com.playingwithfusion.frc", + "artifactId": "PlayingWithFusion-java", + "version": "2025.01.23" + } + ], + "jniDependencies": [ + { + "groupId": "com.playingwithfusion.frc", + "artifactId": "PlayingWithFusion-driver", + "version": "2025.01.23", + "skipInvalidPlatforms": true, + "isJar": false, + "validPlatforms": [ + "windowsx86-64", + "windowsx86", + "linuxarm64", + "linuxx86-64", + "linuxathena", + "linuxarm32", + "osxuniversal" + ] + } + ], + "cppDependencies": [ + { + "groupId": "com.playingwithfusion.frc", + "artifactId": "PlayingWithFusion-cpp", + "version": "2025.01.23", + "headerClassifier": "headers", + "sharedLibrary": false, + "libName": "PlayingWithFusion", + "skipInvalidPlatforms": true, + "binaryPlatforms": [ + "windowsx86-64", + "windowsx86", + "linuxarm64", + "linuxx86-64", + "linuxathena", + "linuxarm32", + "osxuniversal" + ] + }, + { + "groupId": "com.playingwithfusion.frc", + "artifactId": "PlayingWithFusion-driver", + "version": "2025.01.23", + "headerClassifier": "headers", + "sharedLibrary": true, + "libName": "PlayingWithFusionDriver", + "skipInvalidPlatforms": true, + "binaryPlatforms": [ + "windowsx86-64", + "windowsx86", + "linuxarm64", + "linuxx86-64", + "linuxathena", + "linuxarm32", + "osxuniversal" + ] + } + ] +} \ No newline at end of file