Skip to content

Commit a6fa138

Browse files
authored
Add photon v2025.3.1 (#139)
1 parent f99c3f6 commit a6fa138

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

2025/photonlib-v2025.3.1.json

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"fileName": "photonlib.json",
3+
"name": "photonlib",
4+
"version": "v2025.3.1",
5+
"uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004",
6+
"frcYear": "2025",
7+
"mavenUrls": [
8+
"https://maven.photonvision.org/repository/internal",
9+
"https://maven.photonvision.org/repository/snapshots"
10+
],
11+
"jsonUrl": "https://maven.photonvision.org/repository/internal/org/photonvision/photonlib-json/1.0/photonlib-json-1.0.json",
12+
"jniDependencies": [
13+
{
14+
"groupId": "org.photonvision",
15+
"artifactId": "photontargeting-cpp",
16+
"version": "v2025.3.1",
17+
"skipInvalidPlatforms": true,
18+
"isJar": false,
19+
"validPlatforms": [
20+
"windowsx86-64",
21+
"linuxathena",
22+
"linuxx86-64",
23+
"osxuniversal"
24+
]
25+
}
26+
],
27+
"cppDependencies": [
28+
{
29+
"groupId": "org.photonvision",
30+
"artifactId": "photonlib-cpp",
31+
"version": "v2025.3.1",
32+
"libName": "photonlib",
33+
"headerClassifier": "headers",
34+
"sharedLibrary": true,
35+
"skipInvalidPlatforms": true,
36+
"binaryPlatforms": [
37+
"windowsx86-64",
38+
"linuxathena",
39+
"linuxx86-64",
40+
"osxuniversal"
41+
]
42+
},
43+
{
44+
"groupId": "org.photonvision",
45+
"artifactId": "photontargeting-cpp",
46+
"version": "v2025.3.1",
47+
"libName": "photontargeting",
48+
"headerClassifier": "headers",
49+
"sharedLibrary": true,
50+
"skipInvalidPlatforms": true,
51+
"binaryPlatforms": [
52+
"windowsx86-64",
53+
"linuxathena",
54+
"linuxx86-64",
55+
"osxuniversal"
56+
]
57+
}
58+
],
59+
"javaDependencies": [
60+
{
61+
"groupId": "org.photonvision",
62+
"artifactId": "photonlib-java",
63+
"version": "v2025.3.1"
64+
},
65+
{
66+
"groupId": "org.photonvision",
67+
"artifactId": "photontargeting-java",
68+
"version": "v2025.3.1"
69+
}
70+
]
71+
}

0 commit comments

Comments
 (0)