First tinkering iteration, missing some stuff
This commit is contained in:
71
vendordeps/Studica.json
Normal file
71
vendordeps/Studica.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"fileName": "Studica.json",
|
||||
"name": "Studica",
|
||||
"version": "2026.0.0",
|
||||
"frcYear": "2026",
|
||||
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
|
||||
"mavenUrls": [
|
||||
"https://dev.studica.com/maven/release/2026/"
|
||||
],
|
||||
"jsonUrl": "https://dev.studica.com/maven/release/2026/json/Studica-2026.0.0.json",
|
||||
"javaDependencies": [
|
||||
{
|
||||
"groupId": "com.studica.frc",
|
||||
"artifactId": "Studica-java",
|
||||
"version": "2026.0.0"
|
||||
}
|
||||
],
|
||||
"jniDependencies": [
|
||||
{
|
||||
"groupId": "com.studica.frc",
|
||||
"artifactId": "Studica-driver",
|
||||
"version": "2026.0.0",
|
||||
"skipInvalidPlatforms": true,
|
||||
"isJar": false,
|
||||
"validPlatforms": [
|
||||
"windowsx86-64",
|
||||
"linuxarm64",
|
||||
"linuxx86-64",
|
||||
"linuxathena",
|
||||
"linuxarm32",
|
||||
"osxuniversal"
|
||||
]
|
||||
}
|
||||
],
|
||||
"cppDependencies": [
|
||||
{
|
||||
"groupId": "com.studica.frc",
|
||||
"artifactId": "Studica-cpp",
|
||||
"version": "2026.0.0",
|
||||
"libName": "Studica",
|
||||
"headerClassifier": "headers",
|
||||
"sharedLibrary": false,
|
||||
"skipInvalidPlatforms": true,
|
||||
"binaryPlatforms": [
|
||||
"windowsx86-64",
|
||||
"linuxarm64",
|
||||
"linuxx86-64",
|
||||
"linuxathena",
|
||||
"linuxarm32",
|
||||
"osxuniversal"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupId": "com.studica.frc",
|
||||
"artifactId": "Studica-driver",
|
||||
"version": "2026.0.0",
|
||||
"libName": "StudicaDriver",
|
||||
"headerClassifier": "headers",
|
||||
"sharedLibrary": false,
|
||||
"skipInvalidPlatforms": true,
|
||||
"binaryPlatforms": [
|
||||
"windowsx86-64",
|
||||
"linuxarm64",
|
||||
"linuxx86-64",
|
||||
"linuxathena",
|
||||
"linuxarm32",
|
||||
"osxuniversal"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user