Created
January 7, 2020 15:54
-
-
Save TrevCan/c688b217bb62b4c2175b6ecdfc5a72de to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fileName": "REVRobotics.json", | |
"name": "REVRobotics", | |
"version": "1.1.8", | |
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb", | |
"mavenUrls": [ | |
"http://www.revrobotics.com/content/sw/max/sdk/maven/" | |
], | |
"jsonUrl": "http://www.revrobotics.com/content/sw/max/sdk/REVRobotics.json", | |
"javaDependencies": [ | |
{ | |
"groupId": "com.revrobotics.frc", | |
"artifactId": "SparkMax-java", | |
"version": "1.1.8" | |
} | |
], | |
"jniDependencies": [ | |
{ | |
"groupId": "com.revrobotics.frc", | |
"artifactId": "SparkMax-driver", | |
"version": "1.1.8", | |
"skipInvalidPlatforms": true, | |
"isJar": false, | |
"validPlatforms": [ | |
"linuxathena" | |
] | |
} | |
], | |
"cppDependencies": [ | |
{ | |
"groupId": "com.revrobotics.frc", | |
"artifactId": "SparkMax-cpp", | |
"version": "1.1.8", | |
"libName": "libSparkMax", | |
"headerClassifier": "headers", | |
"sharedLibrary": false, | |
"skipInvalidPlatforms": true, | |
"binaryPlatforms": [ | |
"linuxathena" | |
] | |
}, | |
{ | |
"groupId": "com.revrobotics.frc", | |
"artifactId": "SparkMax-driver", | |
"version": "1.1.8", | |
"libName": "libSparkMaxDriver", | |
"headerClassifier": "headers", | |
"sharedLibrary": false, | |
"skipInvalidPlatforms": true, | |
"binaryPlatforms": [ | |
"linuxathena" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment