Skip to content

Instantly share code, notes, and snippets.

@TrevCan
Created January 7, 2020 15:54
Show Gist options
  • Save TrevCan/c688b217bb62b4c2175b6ecdfc5a72de to your computer and use it in GitHub Desktop.
Save TrevCan/c688b217bb62b4c2175b6ecdfc5a72de to your computer and use it in GitHub Desktop.
{
"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