Skip to content

Commit 9bc3edd

Browse files
authored
Studica beta 2 (#25)
* studica beta 2 * change old dep to Studica also to prevent "duplicate"
1 parent 2024c56 commit 9bc3edd

File tree

2 files changed

+80
-1
lines changed

2 files changed

+80
-1
lines changed

2025.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
[
22
{
33
"path": "2025/NavX-2025.1.1-beta-1.json",
4-
"name": "NavX",
4+
"name": "Studica",
55
"version": "2025.1.1-beta-1",
66
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
77
"description": "Libraries for NavX-MXP and NavX-Micro",
88
"website": "https://pdocs.kauailabs.com/navx-mxp/software/roborio-libraries/"
99
},
10+
{
11+
"path": "2025/Studica-2025.1.1-beta-2.json",
12+
"name": "Studica",
13+
"version": "2025.1.1-beta-2",
14+
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
15+
"description": "Libraries for NavX and other Studica Products",
16+
"website": "https://github.com/Studica-Robotics/NavX"
17+
},
1018
{
1119
"path": "2025/Phoenix6-25.0.0-beta-1.json",
1220
"name": "CTRE-Phoenix (v6)",

2025/Studica-2025.1.1-beta-2.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"fileName": "Studica-2025.1.1-beta-2.json",
3+
"name": "Studica",
4+
"version": "2025.1.1-beta-2",
5+
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
6+
"frcYear": "2025",
7+
"mavenUrls": [
8+
"https://dev.studica.com/maven/release/2025/"
9+
],
10+
"jsonUrl": "https://dev.studica.com/releases/2025/Studica-2025.1.1-beta-2.json",
11+
"cppDependencies": [
12+
{
13+
"artifactId": "Studica-cpp",
14+
"binaryPlatforms": [
15+
"linuxathena",
16+
"linuxarm32",
17+
"linuxarm64",
18+
"linuxx86-64",
19+
"osxuniversal",
20+
"windowsx86-64"
21+
],
22+
"groupId": "com.studica.frc",
23+
"headerClassifier": "headers",
24+
"libName": "Studica",
25+
"sharedLibrary": false,
26+
"skipInvalidPlatforms": true,
27+
"version": "2025.1.1-beta-2"
28+
},
29+
{
30+
"artifactId": "Studica-driver",
31+
"binaryPlatforms": [
32+
"linuxathena",
33+
"linuxarm32",
34+
"linuxarm64",
35+
"linuxx86-64",
36+
"osxuniversal",
37+
"windowsx86-64"
38+
],
39+
"groupId": "com.studica.frc",
40+
"headerClassifier": "headers",
41+
"libName": "StudicaDriver",
42+
"sharedLibrary": false,
43+
"skipInvalidPlatforms": true,
44+
"version": "2025.1.1-beta-2"
45+
}
46+
],
47+
"javaDependencies": [
48+
{
49+
"artifactId": "Studica-java",
50+
"groupId": "com.studica.frc",
51+
"version": "2025.1.1-beta-2"
52+
}
53+
],
54+
"jniDependencies": [
55+
{
56+
"artifactId": "Studica-driver",
57+
"groupId": "com.studica.frc",
58+
"isJar": false,
59+
"skipInvalidPlatforms": true,
60+
"validPlatforms": [
61+
"linuxathena",
62+
"linuxarm32",
63+
"linuxarm64",
64+
"linuxx86-64",
65+
"osxuniversal",
66+
"windowsx86-64"
67+
],
68+
"version": "2025.1.1-beta-2"
69+
}
70+
]
71+
}

0 commit comments

Comments
 (0)