diff options
Diffstat (limited to 'vendordeps')
| -rw-r--r-- | vendordeps/AdvantageKit.json | 42 | 
1 files changed, 42 insertions, 0 deletions
| diff --git a/vendordeps/AdvantageKit.json b/vendordeps/AdvantageKit.json new file mode 100644 index 0000000..f461213 --- /dev/null +++ b/vendordeps/AdvantageKit.json @@ -0,0 +1,42 @@ +{ +    "fileName": "AdvantageKit.json", +    "name": "AdvantageKit", +    "version": "3.1.0", +    "uuid": "d820cc26-74e3-11ec-90d6-0242ac120003", +    "frcYear": "2024", +    "mavenUrls": [], +    "jsonUrl": "https://github.com/Mechanical-Advantage/AdvantageKit/releases/latest/download/AdvantageKit.json", +    "javaDependencies": [ +        { +            "groupId": "org.littletonrobotics.akit.junction", +            "artifactId": "wpilib-shim", +            "version": "3.1.0" +        }, +        { +            "groupId": "org.littletonrobotics.akit.junction", +            "artifactId": "junction-core", +            "version": "3.1.0" +        }, +        { +            "groupId": "org.littletonrobotics.akit.conduit", +            "artifactId": "conduit-api", +            "version": "3.1.0" +        } +    ], +    "jniDependencies": [ +        { +            "groupId": "org.littletonrobotics.akit.conduit", +            "artifactId": "conduit-wpilibio", +            "version": "3.1.0", +            "skipInvalidPlatforms": false, +            "isJar": false, +            "validPlatforms": [ +                "linuxathena", +                "windowsx86-64", +                "linuxx86-64", +                "osxuniversal" +            ] +        } +    ], +    "cppDependencies": [] +}
\ No newline at end of file | 
