-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREVRobotics.json
73 lines (73 loc) · 2.12 KB
/
REVRobotics.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"cppDependencies": [
{
"artifactId": "SparkMax-cpp",
"binaryPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxaarch64bionic",
"linuxx86-64",
"linuxathena",
"linuxraspbian",
"osxx86-64"
],
"groupId": "com.revrobotics.frc",
"headerClassifier": "headers",
"libName": "SparkMax",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"version": "1.5.4"
},
{
"artifactId": "SparkMax-driver",
"binaryPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxaarch64bionic",
"linuxx86-64",
"linuxathena",
"linuxraspbian",
"osxx86-64"
],
"groupId": "com.revrobotics.frc",
"headerClassifier": "headers",
"libName": "SparkMaxDriver",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"version": "1.5.4"
}
],
"fileName": "REVRobotics.json",
"javaDependencies": [
{
"artifactId": "SparkMax-java",
"groupId": "com.revrobotics.frc",
"version": "1.5.4"
}
],
"jniDependencies": [
{
"artifactId": "SparkMax-driver",
"groupId": "com.revrobotics.frc",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxaarch64bionic",
"linuxx86-64",
"linuxathena",
"linuxraspbian",
"osxx86-64"
],
"version": "1.5.4"
}
],
"jsonUrl": "http://www.revrobotics.com/content/sw/max/sdk/REVRobotics.json",
"mavenUrls": [
"http://www.revrobotics.com/content/sw/max/sdk/maven/"
],
"name": "REVRobotics",
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
"version": "1.5.4"
}